#AAA372

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

Shades of Hillary #AAA372

Tints of Hillary #AAA372

Color information

#AAA372 (or 0xAAA372) is unknown color: approx Hillary. HEX triplet: AA, A3 and 72. RGB value is (170,163,114). Sum of RGB (Red+Green+Blue) = 170+163+114=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA372 is #555C8D. Grayscale: #9F9F9F. Windows color (decimal): -5594254 or 7513002. OLE color: 7513002.

HSL color Cylindrical-coordinate representation of color #AAA372: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA372 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB170163114-
CMYK00.040.330.33
HSL52.5º24.78%55.69%-
HSV(B)52.5º32.94%66.67%-
XYZ32.7135.9621.14-
YUV159.51102.32135.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=38.03%
G=36.47%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016311400.040.330.3352.524.7855.69
HexAAA372042121341938
Octal252243162044141643170
Binary10101010101000111110010010010000110000111010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA372; }

 p { color: rgb(170,163,114); }

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

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

 a { background-color: rgb(170,163,114); }

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

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

 span { border-color: rgb(170,163,114); }

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