Color Hex Logo

#af935a Color Hex

#AF935A
(175,147,90)
0 Favorites   0 Comments

Color spaces of #af935a

RGB 17514790
HSL0.110.350.52
HSV40°49°69°
CMYK 0.000.160.49   0.31
XYZ29.958430.719614.0234
Yxy30.71960.40100.4112
Hunter Lab55.4253-0.511623.7965
CIE-Lab62.27022.903433.9472

#af935a color RGB value is (175,147,90).

#af935a hex color red value is 175, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af935a hue: 0.11 , saturation: 0.35 and the lightness value of af935a is 0.52.

The process color (four color CMYK) of #af935a color hex is 0.00, 0.16, 0.49, 0.31. Web safe color of #af935a is #999966. Color #af935a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 01011010
Octal 257 223 132
Decimal 175 147 90
Hex AF 93 5A

RGB Percentages of Color #af935a

%42.48
%35.68
%21.84

CMYK Percentages of Color #af935a

%0
%16
%49
%31

Triadic Colors of #af935a

#af935a #5aaf93 #935aaf

Analogous Colors of #af935a

#af935a #a1af5a #af695a

Monochromatic Colors of #af935a

#af935a

Complementary Color

#af935a #5a76af

#af935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af935a Color CSS Codes

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

#af935a Text Font Color

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

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


#af935a Background Color

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

This div background color is #af935a


#af935a Border Color

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

This div border color is #af935a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af935a


Comments

No comments written yet.

Please login to write comment.