Color Hex Logo

#afa763 Color Hex

#AFA763
(175,167,99)
0 Favorites   0 Comments

Color spaces of #afa763

RGB 17516799
HSL0.150.320.54
HSV54°43°69°
CMYK 0.000.050.43   0.31
XYZ33.750037.652217.2932
Yxy37.65220.38050.4245
Hunter Lab61.3614-9.203826.2435
CIE-Lab67.7635-6.985536.1098

#afa763 color RGB value is (175,167,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01100011
Octal 257 247 143
Decimal 175 167 99
Hex AF A7 63

RGB Percentages of Color #afa763

%39.68
%37.87
%22.45

CMYK Percentages of Color #afa763

%0
%5
%43
%31

Triadic Colors of #afa763

#afa763 #63afa7 #a763af

Analogous Colors of #afa763

#afa763 #91af63 #af8163

Monochromatic Colors of #afa763

#afa763

Complementary Color

#afa763 #636baf

#afa763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa763 Color CSS Codes

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

#afa763 Text Font Color

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

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


#afa763 Background Color

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

This div background color is #afa763


#afa763 Border Color

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

This div border color is #afa763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,167,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 #afa763">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa763


Comments

No comments written yet.

Please login to write comment.