#AAA376

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

Shades of Hillary #AAA376

Tints of Hillary #AAA376

Color information

#AAA376 (or 0xAAA376) is unknown color: approx Hillary. HEX triplet: AA, A3 and 76. RGB value is (170,163,118). Sum of RGB (Red+Green+Blue) = 170+163+118=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA376 is #555C89. Grayscale: #A0A0A0. Windows color (decimal): -5594250 or 7775146. OLE color: 7775146.

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

Color convert

RGB170163118-
CMYK00.040.310.33
HSL51.92º23.42%56.47%-
HSV(B)51.92º30.59%66.67%-
XYZ32.9436.0522.36-
YUV159.96104.32135.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=37.69%
G=36.14%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016311800.040.310.3351.9223.4256.47
HexAAA376041F21341738
Octal252243166043741642770
Binary1010101010100011111011001001111110000111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA376; }

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

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

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

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

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

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

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

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