Html Css Color HEX #AAA190 Napa

📋 copy color: '#AAA190'

red 170 ◦ green 161 ◦ blue 144

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

Shades of Napa #AAA190

Tints of Napa #AAA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 35.79%
G = 33.89%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AAA190 (or 0xAAA190) is known color: Napa. HEX triplet: AA, A1 and 90. RGB value is (170,161,144). Sum of RGB (Red+Green+Blue) = 170+161+144=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA190 is #555E6F. Grayscale: #A1A1A1. Windows color (decimal): -5594736 or 9478570. OLE color: 9478570.

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

Color convert

RGB 170 161 144 -
CMYK 0 0.05 0.15 0.33
HSL 39.23º 0.13% 0.62% -
HSV(B) 39.23º 0.15% 0.67% -
XYZ 34.36 36.05 31.53 -
YUV 161.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 170 161 144 0 0.05 0.15 0.33 39.23 0.13 0.62
Hex AA A1 90 0 5 F 21 27 D 3E
Octal 252 241 220 0 5 17 41 47 15 76
Binary 10101010 10100001 10010000 0 101 1111 100001 100111 1101 111110

Color Harmonies of #AAA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA190

Black with #AAA190

Text Example


Text Example

White with #AAA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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