Color Hex Logo

#af5b27 Color Hex

#AF5B27
(175,91,39)
0 Favorites   0 Comments

Color spaces of #af5b27

RGB 1759139
HSL0.060.640.42
HSV23°78°69°
CMYK 0.000.480.78   0.31
XYZ21.786516.74264.0028
Yxy16.74260.51220.3936
Hunter Lab40.917723.435722.8423
CIE-Lab47.934130.420943.7297

#af5b27 color RGB value is (175,91,39).

#af5b27 hex color red value is 175, green value is 91 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #af5b27 hue: 0.06 , saturation: 0.64 and the lightness value of af5b27 is 0.42.

The process color (four color CMYK) of #af5b27 color hex is 0.00, 0.48, 0.78, 0.31. Web safe color of #af5b27 is #996633. Color #af5b27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011011 00100111
Octal 257 133 47
Decimal 175 91 39
Hex AF 5B 27

RGB Percentages of Color #af5b27

%57.38
%29.84
%12.79

CMYK Percentages of Color #af5b27

%0
%48
%78
%31

Triadic Colors of #af5b27

#af5b27 #27af5b #5b27af

Analogous Colors of #af5b27

#af5b27 #af9f27 #af2737

Monochromatic Colors of #af5b27

#af5b27

Complementary Color

#af5b27 #277baf

#af5b27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5b27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5b27 Color CSS Codes

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

#af5b27 Text Font Color

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

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


#af5b27 Background Color

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

This div background color is #af5b27


#af5b27 Border Color

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

This div border color is #af5b27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5b27


Comments

No comments written yet.

Please login to write comment.