Html Css Color HEX #AA9F88 Napa

📋 copy color: '#AA9F88'

red 170 ◦ green 159 ◦ blue 136

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

Shades of Napa #AA9F88

Tints of Napa #AA9F88

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

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

R = 36.56%
G = 34.19%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA9F88 (or 0xAA9F88) is known color: Napa. HEX triplet: AA, 9F and 88. RGB value is (170,159,136). Sum of RGB (Red+Green+Blue) = 170+159+136=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F88 is #556077. Grayscale: #9F9F9F. Windows color (decimal): -5595256 or 8953770. OLE color: 8953770.

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

Color convert

RGB 170 159 136 -
CMYK 0 0.06 0.20 0.33
HSL 40.59º 0.17% 0.6% -
HSV(B) 40.59º 0.2% 0.67% -
XYZ 33.42 35.12 28.31 -
YUV 159.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 170 159 136 0 0.06 0.20 0.33 40.59 0.17 0.6
Hex AA 9F 88 0 6 14 21 29 11 3C
Octal 252 237 210 0 6 24 41 51 21 74
Binary 10101010 10011111 10001000 0 110 10100 100001 101001 10001 111100

Color Harmonies of #AA9F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F88

Black with #AA9F88

Text Example


Text Example

White with #AA9F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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