Html Css Color HEX #AA9F76 Hillary

📋 copy color: '#AA9F76'

red 170 ◦ green 159 ◦ blue 118

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

Shades of Hillary #AA9F76

Tints of Hillary #AA9F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 38.03%
G = 35.57%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9F76 (or 0xAA9F76) is known color: Hillary. HEX triplet: AA, 9F and 76. RGB value is (170,159,118). Sum of RGB (Red+Green+Blue) = 170+159+118=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F76 is #556089. Grayscale: #9D9D9D. Windows color (decimal): -5595274 or 7774122. OLE color: 7774122.

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

Color convert

RGB 170 159 118 -
CMYK 0 0.06 0.31 0.33
HSL 47.31º 0.23% 0.56% -
HSV(B) 47.31º 0.31% 0.67% -
XYZ 32.25 34.65 22.13 -
YUV 157.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 170 159 118 0 0.06 0.31 0.33 47.31 0.23 0.56
Hex AA 9F 76 0 6 1F 21 2F 17 38
Octal 252 237 166 0 6 37 41 57 27 70
Binary 10101010 10011111 1110110 0 110 11111 100001 101111 10111 111000

Color Harmonies of #AA9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F76

Black with #AA9F76

Text Example


Text Example

White with #AA9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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