Html Css Color HEX #AAA476 Hillary

📋 copy color: '#AAA476'

red 170 ◦ green 164 ◦ blue 118

#AAA476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hillary #AAA476

Tints of Hillary #AAA476

RGB

 RED value IS 170 (66.8% from 255) = 37.61%

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 37.61%
G = 36.28%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AAA476 (or 0xAAA476) is known color: Hillary. HEX triplet: AA, A4 and 76. RGB value is (170,164,118). Sum of RGB (Red+Green+Blue) = 170+164+118=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA476 is #555B89. Grayscale: #A0A0A0. Windows color (decimal): -5593994 or 7775402. OLE color: 7775402.

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

Color convert

RGB 170 164 118 -
CMYK 0 0.04 0.31 0.33
HSL 53.08º 0.23% 0.56% -
HSV(B) 53.08º 0.31% 0.67% -
XYZ 33.12 36.4 22.42 -
YUV 160.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 170 164 118 0 0.04 0.31 0.33 53.08 0.23 0.56
Hex AA A4 76 0 4 1F 21 35 17 38
Octal 252 244 166 0 4 37 41 65 27 70
Binary 10101010 10100100 1110110 0 100 11111 100001 110101 10111 111000

Color Harmonies of #AAA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA476

Black with #AAA476

Text Example


Text Example

White with #AAA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA476; }

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

 H1.HeaderClassName
 {
   color: #AAA476;
 }
 .AnyTagClassName
 {
   color: #AAA476;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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