Html Css Color HEX #AAA090 Napa

📋 copy color: '#AAA090'

red 170 ◦ green 160 ◦ blue 144

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

Shades of Napa #AAA090

Tints of Napa #AAA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.76%

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

R = 35.86%
G = 33.76%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AAA090 (or 0xAAA090) is known color: Napa. HEX triplet: AA, A0 and 90. RGB value is (170,160,144). Sum of RGB (Red+Green+Blue) = 170+160+144=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA090 is #555F6F. Grayscale: #A1A1A1. Windows color (decimal): -5594992 or 9478314. OLE color: 9478314.

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

Color convert

RGB 170 160 144 -
CMYK 0 0.06 0.15 0.33
HSL 36.92º 0.13% 0.62% -
HSV(B) 36.92º 0.15% 0.67% -
XYZ 34.18 35.7 31.47 -
YUV 161.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 170 160 144 0 0.06 0.15 0.33 36.92 0.13 0.62
Hex AA A0 90 0 6 F 21 25 D 3E
Octal 252 240 220 0 6 17 41 45 15 76
Binary 10101010 10100000 10010000 0 110 1111 100001 100101 1101 111110

Color Harmonies of #AAA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA090

Black with #AAA090

Text Example


Text Example

White with #AAA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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