Color Hex Logo

#af6428 Color Hex

#AF6428
(175,100,40)
0 Favorites   0 Comments

Color spaces of #af6428

RGB 17510040
HSL0.070.630.42
HSV27°77°69°
CMYK 0.000.430.77   0.31
XYZ22.619418.38154.3633
Yxy18.38150.49860.4052
Hunter Lab42.873719.144623.9775
CIE-Lab49.955625.558245.2758

#af6428 color RGB value is (175,100,40).

#af6428 hex color red value is 175, green value is 100 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #af6428 hue: 0.07 , saturation: 0.63 and the lightness value of af6428 is 0.42.

The process color (four color CMYK) of #af6428 color hex is 0.00, 0.43, 0.77, 0.31. Web safe color of #af6428 is #996633. Color #af6428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100100 00101000
Octal 257 144 50
Decimal 175 100 40
Hex AF 64 28

RGB Percentages of Color #af6428

%55.56
%31.75
%12.70

CMYK Percentages of Color #af6428

%0
%43
%77
%31

Triadic Colors of #af6428

#af6428 #28af64 #6428af

Analogous Colors of #af6428

#af6428 #afa828 #af282f

Monochromatic Colors of #af6428

#af6428

Complementary Color

#af6428 #2873af

#af6428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6428 Color CSS Codes

.mybgcolor {background-color:#af6428; } 
.myforecolor {color:#af6428; }
.mybordercolor {border:3px solid #af6428; }

#af6428 Text Font Color

<p style="color:#af6428">Text here</p>

This sample text font color is #af6428
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af6428 Background Color

<div style="background-color:#af6428">
Div content here</div>

This div background color is #af6428


#af6428 Border Color

<div style="border:3px solid #af6428">
Div here</div>

This div border color is #af6428


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,100,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af6428; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af6428;
  -webkit-box-shadow: 1px 1px 3px 2px #af6428;
  box-shadow:         1px 1px 3px 2px #af6428; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,100,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af6428">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af6428;
  -webkit-box-shadow: 1px 1px 3px 2px #af6428;
  box-shadow:         1px 1px 3px 2px #af6428;">
Div content here</div>

This div box has shadow with color #af6428


Comments

No comments written yet.

Please login to write comment.