Html Css Color HEX #AA9D88 Napa

📋 copy color: '#AA9D88'

red 170 ◦ green 157 ◦ blue 136

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

Shades of Napa #AA9D88

Tints of Napa #AA9D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 36.72%
G = 33.91%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA9D88 (or 0xAA9D88) is known color: Napa. HEX triplet: AA, 9D and 88. RGB value is (170,157,136). Sum of RGB (Red+Green+Blue) = 170+157+136=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D88 is #556277. Grayscale: #9E9E9E. Windows color (decimal): -5595768 or 8953258. OLE color: 8953258.

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

Color convert

RGB 170 157 136 -
CMYK 0 0.08 0.20 0.33
HSL 37.06º 0.17% 0.6% -
HSV(B) 37.06º 0.2% 0.67% -
XYZ 33.08 34.44 28.2 -
YUV 158.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 170 157 136 0 0.08 0.20 0.33 37.06 0.17 0.6
Hex AA 9D 88 0 8 14 21 25 11 3C
Octal 252 235 210 0 10 24 41 45 21 74
Binary 10101010 10011101 10001000 0 1000 10100 100001 100101 10001 111100

Color Harmonies of #AA9D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D88

Black with #AA9D88

Text Example


Text Example

White with #AA9D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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