Html Css Color HEX #AAA376 Hillary

📋 copy color: '#AAA376'

red 170 ◦ green 163 ◦ blue 118

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

Shades of Hillary #AAA376

Tints of Hillary #AAA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 37.69%
G = 36.14%
B = 26.16%

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

#AAA376 (or 0xAAA376) is known color: Hillary. HEX triplet: AA, A3 and 76. RGB value is (170,163,118). Sum of RGB (Red+Green+Blue) = 170+163+118=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA376 is #555C89. Grayscale: #A0A0A0. Windows color (decimal): -5594250 or 7775146. OLE color: 7775146.

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

Color convert

RGB 170 163 118 -
CMYK 0 0.04 0.31 0.33
HSL 51.92º 0.23% 0.56% -
HSV(B) 51.92º 0.31% 0.67% -
XYZ 32.94 36.05 22.36 -
YUV 159.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 170 163 118 0 0.04 0.31 0.33 51.92 0.23 0.56
Hex AA A3 76 0 4 1F 21 34 17 38
Octal 252 243 166 0 4 37 41 64 27 70
Binary 10101010 10100011 1110110 0 100 11111 100001 110100 10111 111000

Color Harmonies of #AAA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA376

Black with #AAA376

Text Example


Text Example

White with #AAA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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