Color Hex Logo

#afa68a Color Hex

#AFA68A
(175,166,138)
0 Favorites   0 Comments

Color spaces of #afa68a

RGB 175166138
HSL0.130.190.61
HSV45°21°69°
CMYK 0.000.050.21   0.31
XYZ35.902938.221429.5299
Yxy38.22140.34640.3687
Hunter Lab61.8235-4.530314.9566
CIE-Lab68.1835-1.421915.6854

#afa68a color RGB value is (175,166,138).

#afa68a hex color red value is 175, green value is 166 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #afa68a hue: 0.13 , saturation: 0.19 and the lightness value of afa68a is 0.61.

The process color (four color CMYK) of #afa68a color hex is 0.00, 0.05, 0.21, 0.31. Web safe color of #afa68a is #999999. Color #afa68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10001010
Octal 257 246 212
Decimal 175 166 138
Hex AF A6 8A

RGB Percentages of Color #afa68a

%36.53
%34.66
%28.81

CMYK Percentages of Color #afa68a

%0
%5
%21
%31

Triadic Colors of #afa68a

#afa68a #8aafa6 #a68aaf

Analogous Colors of #afa68a

#afa68a #a6af8a #af948a

Monochromatic Colors of #afa68a

#afa68a

Complementary Color

#afa68a #8a93af

#afa68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa68a Color CSS Codes

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

#afa68a Text Font Color

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

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


#afa68a Background Color

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

This div background color is #afa68a


#afa68a Border Color

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

This div border color is #afa68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa68a


Comments

No comments written yet.

Please login to write comment.