#AFA676

Color #AFA676 Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #AFA676

Tints of Hillary #AFA676

Color information

#AFA676 (or 0xAFA676) is unknown color: approx Hillary. HEX triplet: AF, A6 and 76. RGB value is (175,166,118). Sum of RGB (Red+Green+Blue) = 175+166+118=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA676 is #505989. Grayscale: #A3A3A3. Windows color (decimal): -5265802 or 7775919. OLE color: 7775919.

HSL color Cylindrical-coordinate representation of color #AFA676: hue angle of 50.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA676 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175166118-
CMYK00.050.330.31
HSL50.53º26.27%57.45%-
HSV(B)50.53º32.57%68.63%-
XYZ34.5937.6922.59-
YUV163.22102.48136.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=38.13%
G=36.17%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516611800.050.330.3150.5326.2757.45
HexAFA67605211F331a39
Octal257246166054137633271
Binary1010111110100110111011001011000011111111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA676; }

 p { color: rgb(175,166,118); }

 H1.HeaderClassName
 {
   color: #AFA676;
 }
 .AnyTagClassName
 {
   color: #AFA676;
 }
</style>
background-color css

<style>
 a { background-color: #AFA676; }

 a { background-color: rgb(175,166,118); }

 div.DivClassName
 {
   background-color: #AFA676;
 }
 .BgClassName
 {
   background-color: #AFA676;
 }
</style>
border-color css

<style>
 span { border-color: #AFA676; }

 span { border-color: rgb(175,166,118); }

 td.TdClassName
 {
   border-color: #AFA676;
 }
 .TagClassName
 {
   border-color: #AFA676;
 }
</style>