#AFA179

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

Shades of Hillary #AFA179

Tints of Hillary #AFA179

Color information

#AFA179 (or 0xAFA179) is unknown color: approx Hillary. HEX triplet: AF, A1 and 79. RGB value is (175,161,121). Sum of RGB (Red+Green+Blue) = 175+161+121=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA179 is #505E86. Grayscale: #A0A0A0. Windows color (decimal): -5267079 or 7971247. OLE color: 7971247.

HSL color Cylindrical-coordinate representation of color #AFA179: hue angle of 44.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA179 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175161121-
CMYK00.080.310.31
HSL44.44º25.23%58.04%-
HSV(B)44.44º30.86%68.63%-
XYZ33.8835.9823.25-
YUV160.63105.64138.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=38.29%
G=35.23%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516112100.080.310.3144.4425.2358.04
HexAFA179081F1F2c193a
Octal2572411710103737543172
Binary1010111110100001111100101000111111111110110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA179; }

 p { color: rgb(175,161,121); }

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

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

 a { background-color: rgb(175,161,121); }

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

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

 span { border-color: rgb(175,161,121); }

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