#AAA078

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

Shades of Hillary #AAA078

Tints of Hillary #AAA078

Color information

#AAA078 (or 0xAAA078) is unknown color: approx Hillary. HEX triplet: AA, A0 and 78. RGB value is (170,160,120). Sum of RGB (Red+Green+Blue) = 170+160+120=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA078 is #555F87. Grayscale: #9E9E9E. Windows color (decimal): -5595016 or 7905450. OLE color: 7905450.

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

Color convert

RGB170160120-
CMYK00.060.290.33
HSL48º22.73%56.86%-
HSV(B)48º29.41%66.67%-
XYZ32.5435.0422.82-
YUV158.43106.31136.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=37.78%
G=35.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016012000.060.290.334822.7356.86
HexAAA078061D21301739
Octal252240170063541602771
Binary1010101010100000111100001101110110000111000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA078; }

 p { color: rgb(170,160,120); }

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

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

 a { background-color: rgb(170,160,120); }

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

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

 span { border-color: rgb(170,160,120); }

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