#AAA770

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

Shades of Hillary #AAA770

Tints of Hillary #AAA770

Color information

#AAA770 (or 0xAAA770) is unknown color: approx Hillary. HEX triplet: AA, A7 and 70. RGB value is (170,167,112). Sum of RGB (Red+Green+Blue) = 170+167+112=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA770 is #55588F. Grayscale: #A1A1A1. Windows color (decimal): -5593232 or 7382954. OLE color: 7382954.

HSL color Cylindrical-coordinate representation of color #AAA770: hue angle of 56.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA770 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170167112-
CMYK00.020.340.33
HSL56.9º25.44%55.29%-
HSV(B)56.9º34.12%66.67%-
XYZ33.3237.3520.78-
YUV161.6399.99133.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=37.86%
G=37.19%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016711200.020.340.3356.925.4455.29
HexAAA770022221391937
Octal252247160024241713167
Binary1010101010100111111000001010001010000111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA770; }

 p { color: rgb(170,167,112); }

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

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

 a { background-color: rgb(170,167,112); }

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

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

 span { border-color: rgb(170,167,112); }

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