Color Hex Logo

#afa063 Color Hex

#AFA063
(175,160,99)
0 Favorites   0 Comments

Color spaces of #afa063

RGB 17516099
HSL0.130.320.54
HSV48°43°69°
CMYK 0.000.090.43   0.31
XYZ32.502135.156416.8772
Yxy35.15640.38450.4159
Hunter Lab59.2928-5.915524.6286
CIE-Lab65.8703-3.243733.7212

#afa063 color RGB value is (175,160,99).

#afa063 hex color red value is 175, green value is 160 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afa063 hue: 0.13 , saturation: 0.32 and the lightness value of afa063 is 0.54.

The process color (four color CMYK) of #afa063 color hex is 0.00, 0.09, 0.43, 0.31. Web safe color of #afa063 is #999966. Color #afa063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01100011
Octal 257 240 143
Decimal 175 160 99
Hex AF A0 63

RGB Percentages of Color #afa063

%40.32
%36.87
%22.81

CMYK Percentages of Color #afa063

%0
%9
%43
%31

Triadic Colors of #afa063

#afa063 #63afa0 #a063af

Analogous Colors of #afa063

#afa063 #98af63 #af7a63

Monochromatic Colors of #afa063

#afa063

Complementary Color

#afa063 #6372af

#afa063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa063 Color CSS Codes

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

#afa063 Text Font Color

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

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


#afa063 Background Color

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

This div background color is #afa063


#afa063 Border Color

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

This div border color is #afa063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa063


Comments

No comments written yet.

Please login to write comment.