Html Css Color HEX #AAA189 Napa

📋 copy color: '#AAA189'

red 170 ◦ green 161 ◦ blue 137

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

Shades of Napa #AAA189

Tints of Napa #AAA189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 36.32%
G = 34.4%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AAA189 (or 0xAAA189) is known color: Napa. HEX triplet: AA, A1 and 89. RGB value is (170,161,137). Sum of RGB (Red+Green+Blue) = 170+161+137=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA189 is #555E76. Grayscale: #A1A1A1. Windows color (decimal): -5594743 or 9019818. OLE color: 9019818.

HSL color Cylindrical-coordinate representation of color #AAA189: hue angle of 43.64º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA189 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 137 -
CMYK 0 0.05 0.19 0.33
HSL 43.64º 0.16% 0.6% -
HSV(B) 43.64º 0.19% 0.67% -
XYZ 33.84 35.84 28.8 -
YUV 160.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 170 161 137 0 0.05 0.19 0.33 43.64 0.16 0.6
Hex AA A1 89 0 5 13 21 2C 10 3C
Octal 252 241 211 0 5 23 41 54 20 74
Binary 10101010 10100001 10001001 0 101 10011 100001 101100 10000 111100

Color Harmonies of #AAA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA189

Black with #AAA189

Text Example


Text Example

White with #AAA189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA189; }

 p { color: rgb(170,161,137); }

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

background-color css

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

 a { background-color: rgb(170,161,137); }

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

border-color css

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

 span { border-color: rgb(170,161,137); }

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