Html Css Color HEX #AA9E81 Napa

📋 copy color: '#AA9E81'

red 170 ◦ green 158 ◦ blue 129

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

Shades of Napa #AA9E81

Tints of Napa #AA9E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 37.2%
G = 34.57%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA9E81 (or 0xAA9E81) is known color: Napa. HEX triplet: AA, 9E and 81. RGB value is (170,158,129). Sum of RGB (Red+Green+Blue) = 170+158+129=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E81 is #55617E. Grayscale: #9E9E9E. Windows color (decimal): -5595519 or 8494762. OLE color: 8494762.

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

Color convert

RGB 170 158 129 -
CMYK 0 0.07 0.24 0.33
HSL 42.44º 0.19% 0.59% -
HSV(B) 42.44º 0.24% 0.67% -
XYZ 32.77 34.58 25.72 -
YUV 158.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 170 158 129 0 0.07 0.24 0.33 42.44 0.19 0.59
Hex AA 9E 81 0 7 18 21 2A 13 3B
Octal 252 236 201 0 7 30 41 52 23 73
Binary 10101010 10011110 10000001 0 111 11000 100001 101010 10011 111011

Color Harmonies of #AA9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E81

Black with #AA9E81

Text Example


Text Example

White with #AA9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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