#AFA972

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

Shades of Hillary #AFA972

Tints of Hillary #AFA972

Color information

#AFA972 (or 0xAFA972) is unknown color: approx Hillary. HEX triplet: AF, A9 and 72. RGB value is (175,169,114). Sum of RGB (Red+Green+Blue) = 175+169+114=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA972 is #50568D. Grayscale: #A4A4A4. Windows color (decimal): -5265038 or 7514543. OLE color: 7514543.

HSL color Cylindrical-coordinate representation of color #AFA972: hue angle of 54.1º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA972 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175169114-
CMYK00.030.350.31
HSL54.1º27.6%56.67%-
HSV(B)54.1º34.86%68.63%-
XYZ34.938.721.55-
YUV164.5299.49135.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=38.21%
G=36.90%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516911400.030.350.3154.127.656.67
HexAFA97203231F361c39
Octal257251162034337663471
Binary101011111010100111100100111000111111111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA972; }

 p { color: rgb(175,169,114); }

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

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

 a { background-color: rgb(175,169,114); }

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

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

 span { border-color: rgb(175,169,114); }

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