#AFA376

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

Shades of Hillary #AFA376

Tints of Hillary #AFA376

Color information

#AFA376 (or 0xAFA376) is unknown color: approx Hillary. HEX triplet: AF, A3 and 76. RGB value is (175,163,118). Sum of RGB (Red+Green+Blue) = 175+163+118=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA376 is #505C89. Grayscale: #A1A1A1. Windows color (decimal): -5266570 or 7775151. OLE color: 7775151.

HSL color Cylindrical-coordinate representation of color #AFA376: hue angle of 47.37º 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 #AFA376 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175163118-
CMYK00.070.330.31
HSL47.37º26.27%57.45%-
HSV(B)47.37º32.57%68.63%-
XYZ34.0536.6222.41-
YUV161.46103.48137.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=38.38%
G=35.75%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516311800.070.330.3147.3726.2757.45
HexAFA37607211F2f1a39
Octal257243166074137573271
Binary1010111110100011111011001111000011111110111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA376; }

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

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

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

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

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

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

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

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