Color Hex Logo

#af5e2b Color Hex

#AF5E2B
(175,94,43)
0 Favorites   0 Comments

Color spaces of #af5e2b

RGB 1759443
HSL0.060.610.43
HSV23°75°69°
CMYK 0.000.460.75   0.31
XYZ22.117917.29384.4578
Yxy17.29380.50420.3942
Hunter Lab41.585822.162122.7545
CIE-Lab48.628128.973142.4964

#af5e2b color RGB value is (175,94,43).

#af5e2b hex color red value is 175, green value is 94 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #af5e2b hue: 0.06 , saturation: 0.61 and the lightness value of af5e2b is 0.43.

The process color (four color CMYK) of #af5e2b color hex is 0.00, 0.46, 0.75, 0.31. Web safe color of #af5e2b is #996633. Color #af5e2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 00101011
Octal 257 136 53
Decimal 175 94 43
Hex AF 5E 2B

RGB Percentages of Color #af5e2b

%56.09
%30.13
%13.78

CMYK Percentages of Color #af5e2b

%0
%46
%75
%31

Triadic Colors of #af5e2b

#af5e2b #2baf5e #5e2baf

Analogous Colors of #af5e2b

#af5e2b #afa02b #af2b3a

Monochromatic Colors of #af5e2b

#af5e2b

Complementary Color

#af5e2b #2b7caf

#af5e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5e2b Color CSS Codes

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

#af5e2b Text Font Color

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

This sample text font color is #af5e2b
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.


#af5e2b Background Color

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

This div background color is #af5e2b


#af5e2b Border Color

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

This div border color is #af5e2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5e2b


Comments

No comments written yet.

Please login to write comment.