#AFA776

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

Shades of Hillary #AFA776

Tints of Hillary #AFA776

Color information

#AFA776 (or 0xAFA776) is unknown color: approx Hillary. HEX triplet: AF, A7 and 76. RGB value is (175,167,118). Sum of RGB (Red+Green+Blue) = 175+167+118=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA776 is #505889. Grayscale: #A4A4A4. Windows color (decimal): -5265546 or 7776175. OLE color: 7776175.

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

Color convert

RGB175167118-
CMYK00.050.330.31
HSL51.58º26.27%57.45%-
HSV(B)51.58º32.57%68.63%-
XYZ34.7738.0622.65-
YUV163.81102.15135.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=38.04%
G=36.30%
B=25.65%

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
Decimal17516711800.050.330.3151.5826.2757.45
HexAFA77605211F341a39
Octal257247166054137643271
Binary1010111110100111111011001011000011111111010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA776; }

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

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

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

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

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

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

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

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