Html Css Color HEX #AA9E8C Napa

📋 copy color: '#AA9E8C'

red 170 ◦ green 158 ◦ blue 140

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

Shades of Napa #AA9E8C

Tints of Napa #AA9E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 36.32%
G = 33.76%
B = 29.91%

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

#AA9E8C (or 0xAA9E8C) is known color: Napa. HEX triplet: AA, 9E and 8C. RGB value is (170,158,140). Sum of RGB (Red+Green+Blue) = 170+158+140=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E8C is #556173. Grayscale: #9F9F9F. Windows color (decimal): -5595508 or 9215658. OLE color: 9215658.

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

Color convert

RGB 170 158 140 -
CMYK 0 0.07 0.18 0.33
HSL 36º 0.15% 0.61% -
HSV(B) 36º 0.18% 0.67% -
XYZ 33.54 34.89 29.78 -
YUV 159.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 170 158 140 0 0.07 0.18 0.33 36 0.15 0.61
Hex AA 9E 8C 0 7 12 21 24 F 3D
Octal 252 236 214 0 7 22 41 44 17 75
Binary 10101010 10011110 10001100 0 111 10010 100001 100100 1111 111101

Color Harmonies of #AA9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E8C

Black with #AA9E8C

Text Example


Text Example

White with #AA9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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