Html Css Color HEX #AA9D81 Napa

📋 copy color: '#AA9D81'

red 170 ◦ green 157 ◦ blue 129

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

Shades of Napa #AA9D81

Tints of Napa #AA9D81

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

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

R = 37.28%
G = 34.43%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA9D81 (or 0xAA9D81) is known color: Napa. HEX triplet: AA, 9D and 81. RGB value is (170,157,129). Sum of RGB (Red+Green+Blue) = 170+157+129=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D81 is #55627E. Grayscale: #9D9D9D. Windows color (decimal): -5595775 or 8494506. OLE color: 8494506.

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

Color convert

RGB 170 157 129 -
CMYK 0 0.08 0.24 0.33
HSL 40.98º 0.19% 0.59% -
HSV(B) 40.98º 0.24% 0.67% -
XYZ 32.6 34.24 25.66 -
YUV 157.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 170 157 129 0 0.08 0.24 0.33 40.98 0.19 0.59
Hex AA 9D 81 0 8 18 21 29 13 3B
Octal 252 235 201 0 10 30 41 51 23 73
Binary 10101010 10011101 10000001 0 1000 11000 100001 101001 10011 111011

Color Harmonies of #AA9D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D81

Black with #AA9D81

Text Example


Text Example

White with #AA9D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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