#AAA371

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

Shades of Hillary #AAA371

Tints of Hillary #AAA371

Color information

#AAA371 (or 0xAAA371) is unknown color: approx Hillary. HEX triplet: AA, A3 and 71. RGB value is (170,163,113). Sum of RGB (Red+Green+Blue) = 170+163+113=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA371 is #555C8E. Grayscale: #9F9F9F. Windows color (decimal): -5594255 or 7447466. OLE color: 7447466.

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

Color convert

RGB170163113-
CMYK00.040.340.33
HSL52.63º25.11%55.49%-
HSV(B)52.63º33.53%66.67%-
XYZ32.6635.9320.84-
YUV159.39101.82135.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=38.12%
G=36.55%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016311300.040.340.3352.6325.1155.49
HexAAA371042221351937
Octal252243161044241653167
Binary10101010101000111110001010010001010000111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA371; }

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

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

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

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

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

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

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

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