#AAA473

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

Shades of Hillary #AAA473

Tints of Hillary #AAA473

Color information

#AAA473 (or 0xAAA473) is unknown color: approx Hillary. HEX triplet: AA, A4 and 73. RGB value is (170,164,115). Sum of RGB (Red+Green+Blue) = 170+164+115=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA473 is #555B8C. Grayscale: #A0A0A0. Windows color (decimal): -5593997 or 7578794. OLE color: 7578794.

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

Color convert

RGB170164115-
CMYK00.040.320.33
HSL53.45º24.44%55.88%-
HSV(B)53.45º32.35%66.67%-
XYZ32.9536.3321.5-
YUV160.21102.49134.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=37.86%
G=36.53%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016411500.040.320.3353.4524.4455.88
HexAAA473042021351838
Octal252244163044041653070
Binary10101010101001001110011010010000010000111010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA473; }

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

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

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

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

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

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

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

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