#AFA579

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

Shades of Hillary #AFA579

Tints of Hillary #AFA579

Color information

#AFA579 (or 0xAFA579) is unknown color: approx Hillary. HEX triplet: AF, A5 and 79. RGB value is (175,165,121). Sum of RGB (Red+Green+Blue) = 175+165+121=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA579 is #505A86. Grayscale: #A3A3A3. Windows color (decimal): -5266055 or 7972271. OLE color: 7972271.

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

Color convert

RGB175165121-
CMYK00.060.310.31
HSL48.89º25.23%58.04%-
HSV(B)48.89º30.86%68.63%-
XYZ34.5937.423.49-
YUV162.97104.31136.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=37.96%
G=35.79%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512100.060.310.3148.8925.2358.04
HexAFA579061F1F31193a
Octal257245171063737613172
Binary101011111010010111110010110111111111111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA579; }

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

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

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

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

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

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

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

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