Html Css Color HEX #AA9E86 Napa

📋 copy color: '#AA9E86'

red 170 ◦ green 158 ◦ blue 134

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

Shades of Napa #AA9E86

Tints of Napa #AA9E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 134 (52.73% from 255) = 29%

R = 36.8%
G = 34.2%
B = 29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA9E86 (or 0xAA9E86) is known color: Napa. HEX triplet: AA, 9E and 86. RGB value is (170,158,134). Sum of RGB (Red+Green+Blue) = 170+158+134=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E86 is #556179. Grayscale: #9E9E9E. Windows color (decimal): -5595514 or 8822442. OLE color: 8822442.

HSL color Cylindrical-coordinate representation of color #AA9E86: hue angle of 40º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9E86 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 134 -
CMYK 0 0.07 0.21 0.33
HSL 40º 0.17% 0.6% -
HSV(B) 40º 0.21% 0.67% -
XYZ 33.11 34.72 27.51 -
YUV 158.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 170 158 134 0 0.07 0.21 0.33 40 0.17 0.6
Hex AA 9E 86 0 7 15 21 28 11 3C
Octal 252 236 206 0 7 25 41 50 21 74
Binary 10101010 10011110 10000110 0 111 10101 100001 101000 10001 111100

Color Harmonies of #AA9E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E86

Black with #AA9E86

Text Example


Text Example

White with #AA9E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E86; }

 p { color: rgb(170,158,134); }

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

background-color css

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

 a { background-color: rgb(170,158,134); }

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

border-color css

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

 span { border-color: rgb(170,158,134); }

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