Html Css Color HEX #AA9E88 Napa

📋 copy color: '#AA9E88'

red 170 ◦ green 158 ◦ blue 136

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

Shades of Napa #AA9E88

Tints of Napa #AA9E88

RGB

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

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

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

R = 36.64%
G = 34.05%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA9E88 (or 0xAA9E88) is known color: Napa. HEX triplet: AA, 9E and 88. RGB value is (170,158,136). Sum of RGB (Red+Green+Blue) = 170+158+136=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E88 is #556177. Grayscale: #9F9F9F. Windows color (decimal): -5595512 or 8953514. OLE color: 8953514.

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

Color convert

RGB 170 158 136 -
CMYK 0 0.07 0.20 0.33
HSL 38.82º 0.17% 0.6% -
HSV(B) 38.82º 0.2% 0.67% -
XYZ 33.25 34.78 28.25 -
YUV 159.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 170 158 136 0 0.07 0.20 0.33 38.82 0.17 0.6
Hex AA 9E 88 0 7 14 21 27 11 3C
Octal 252 236 210 0 7 24 41 47 21 74
Binary 10101010 10011110 10001000 0 111 10100 100001 100111 10001 111100

Color Harmonies of #AA9E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E88

Black with #AA9E88

Text Example


Text Example

White with #AA9E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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