#AAA075

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

Shades of Hillary #AAA075

Tints of Hillary #AAA075

Color information

#AAA075 (or 0xAAA075) is unknown color: approx Hillary. HEX triplet: AA, A0 and 75. RGB value is (170,160,117). Sum of RGB (Red+Green+Blue) = 170+160+117=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA075 is #555F8A. Grayscale: #9E9E9E. Windows color (decimal): -5595019 or 7708842. OLE color: 7708842.

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

Color convert

RGB170160117-
CMYK00.060.310.33
HSL48.68º23.77%56.27%-
HSV(B)48.68º31.18%66.67%-
XYZ32.3634.9721.87-
YUV158.09104.81136.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=38.03%
G=35.79%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016011700.060.310.3348.6823.7756.27
HexAAA075061F21311838
Octal252240165063741613070
Binary1010101010100000111010101101111110000111000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA075; }

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

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

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

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

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

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

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

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