Html Css Color HEX #AA9F8B Napa

📋 copy color: '#AA9F8B'

red 170 ◦ green 159 ◦ blue 139

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

Shades of Napa #AA9F8B

Tints of Napa #AA9F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 36.32%
G = 33.97%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA9F8B (or 0xAA9F8B) is known color: Napa. HEX triplet: AA, 9F and 8B. RGB value is (170,159,139). Sum of RGB (Red+Green+Blue) = 170+159+139=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8B is #556074. Grayscale: #A0A0A0. Windows color (decimal): -5595253 or 9150378. OLE color: 9150378.

HSL color Cylindrical-coordinate representation of color #AA9F8B: hue angle of 38.71º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9F8B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 139 -
CMYK 0 0.06 0.18 0.33
HSL 38.71º 0.15% 0.61% -
HSV(B) 38.71º 0.18% 0.67% -
XYZ 33.64 35.21 29.45 -
YUV 160.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 170 159 139 0 0.06 0.18 0.33 38.71 0.15 0.61
Hex AA 9F 8B 0 6 12 21 27 F 3D
Octal 252 237 213 0 6 22 41 47 17 75
Binary 10101010 10011111 10001011 0 110 10010 100001 100111 1111 111101

Color Harmonies of #AA9F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F8B

Black with #AA9F8B

Text Example


Text Example

White with #AA9F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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