#AFA679

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

Shades of Hillary #AFA679

Tints of Hillary #AFA679

Color information

#AFA679 (or 0xAFA679) is unknown color: approx Hillary. HEX triplet: AF, A6 and 79. RGB value is (175,166,121). Sum of RGB (Red+Green+Blue) = 175+166+121=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA679 is #505986. Grayscale: #A3A3A3. Windows color (decimal): -5265799 or 7972527. OLE color: 7972527.

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

Color convert

RGB175166121-
CMYK00.050.310.31
HSL50º25.23%58.04%-
HSV(B)50º30.86%68.63%-
XYZ34.7737.7723.55-
YUV163.56103.98136.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=37.88%
G=35.93%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516612100.050.310.315025.2358.04
HexAFA679051F1F32193a
Octal257246171053737623172
Binary101011111010011011110010101111111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA679; }

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

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

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

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

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

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

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

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