Html Css Color HEX #AA9E8B Napa

📋 copy color: '#AA9E8B'

red 170 ◦ green 158 ◦ blue 139

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

Shades of Napa #AA9E8B

Tints of Napa #AA9E8B

RGB

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

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

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

R = 36.4%
G = 33.83%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA9E8B (or 0xAA9E8B) is known color: Napa. HEX triplet: AA, 9E and 8B. RGB value is (170,158,139). Sum of RGB (Red+Green+Blue) = 170+158+139=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E8B is #556174. Grayscale: #9F9F9F. Windows color (decimal): -5595509 or 9150122. OLE color: 9150122.

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

Color convert

RGB 170 158 139 -
CMYK 0 0.07 0.18 0.33
HSL 36.77º 0.15% 0.61% -
HSV(B) 36.77º 0.18% 0.67% -
XYZ 33.46 34.86 29.39 -
YUV 159.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 170 158 139 0 0.07 0.18 0.33 36.77 0.15 0.61
Hex AA 9E 8B 0 7 12 21 25 F 3D
Octal 252 236 213 0 7 22 41 45 17 75
Binary 10101010 10011110 10001011 0 111 10010 100001 100101 1111 111101

Color Harmonies of #AA9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E8B

Black with #AA9E8B

Text Example


Text Example

White with #AA9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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