#AAA378

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

Shades of Hillary #AAA378

Tints of Hillary #AAA378

Color information

#AAA378 (or 0xAAA378) is unknown color: approx Hillary. HEX triplet: AA, A3 and 78. RGB value is (170,163,120). Sum of RGB (Red+Green+Blue) = 170+163+120=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA378 is #555C87. Grayscale: #A0A0A0. Windows color (decimal): -5594248 or 7906218. OLE color: 7906218.

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

Color convert

RGB170163120-
CMYK00.040.290.33
HSL51.6º22.73%56.86%-
HSV(B)51.6º29.41%66.67%-
XYZ33.0636.122.99-
YUV160.19105.32135-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=37.53%
G=35.98%
B=26.49%

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
Decimal17016312000.040.290.3351.622.7356.86
HexAAA378041D21341739
Octal252243170043541642771
Binary1010101010100011111100001001110110000111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA378; }

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

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

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

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

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

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

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

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