#AEA972

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

Shades of Hillary #AEA972

Tints of Hillary #AEA972

Color information

#AEA972 (or 0xAEA972) is unknown color: approx Hillary. HEX triplet: AE, A9 and 72. RGB value is (174,169,114). Sum of RGB (Red+Green+Blue) = 174+169+114=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA972 is #51568D. Grayscale: #A4A4A4. Windows color (decimal): -5330574 or 7514542. OLE color: 7514542.

HSL color Cylindrical-coordinate representation of color #AEA972: hue angle of 55º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA972 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB174169114-
CMYK00.030.340.32
HSL55º27.03%56.47%-
HSV(B)55º34.48%68.24%-
XYZ34.6838.5921.54-
YUV164.2299.66134.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=38.07%
G=36.98%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416911400.030.340.325527.0356.47
HexAEA972032220371b38
Octal256251162034240673370
Binary1010111010101001111001001110001010000011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA972; }

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

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

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

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

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

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

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

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