#AAA478

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

Shades of Hillary #AAA478

Tints of Hillary #AAA478

Color information

#AAA478 (or 0xAAA478) is unknown color: approx Hillary. HEX triplet: AA, A4 and 78. RGB value is (170,164,120). Sum of RGB (Red+Green+Blue) = 170+164+120=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA478 is #555B87. Grayscale: #A0A0A0. Windows color (decimal): -5593992 or 7906474. OLE color: 7906474.

HSL color Cylindrical-coordinate representation of color #AAA478: hue angle of 52.8º 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 #AAA478 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170164120-
CMYK00.040.290.33
HSL52.8º22.73%56.86%-
HSV(B)52.8º29.41%66.67%-
XYZ33.2436.4523.05-
YUV160.78104.99134.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=37.44%
G=36.12%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016412000.040.290.3352.822.7356.86
HexAAA478041D21351739
Octal252244170043541652771
Binary1010101010100100111100001001110110000111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA478; }

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

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

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

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

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

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

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

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