Color Hex Logo

#af852e Color Hex

#AF852E
(175,133,46)
0 Favorites   0 Comments

Color spaces of #af852e

RGB 17513346
HSL0.110.580.43
HSV40°74°69°
CMYK 0.000.240.74   0.31
XYZ26.559926.08636.2201
Yxy26.08630.45120.4431
Hunter Lab51.07473.442828.5317
CIE-Lab58.11897.410450.7643

#af852e color RGB value is (175,133,46).

#af852e hex color red value is 175, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af852e hue: 0.11 , saturation: 0.58 and the lightness value of af852e is 0.43.

The process color (four color CMYK) of #af852e color hex is 0.00, 0.24, 0.74, 0.31. Web safe color of #af852e is #999933. Color #af852e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 00101110
Octal 257 205 56
Decimal 175 133 46
Hex AF 85 2E

RGB Percentages of Color #af852e

%49.44
%37.57
%12.99

CMYK Percentages of Color #af852e

%0
%24
%74
%31

Triadic Colors of #af852e

#af852e #2eaf85 #852eaf

Analogous Colors of #af852e

#af852e #99af2e #af452e

Monochromatic Colors of #af852e

#af852e

Complementary Color

#af852e #2e58af

#af852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af852e Color CSS Codes

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

#af852e Text Font Color

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

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


#af852e Background Color

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

This div background color is #af852e


#af852e Border Color

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

This div border color is #af852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af852e


Comments

No comments written yet.

Please login to write comment.