#AAA08E

Color #AAA08E Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #AAA08E

Tints of Napa #AAA08E

Color information

#AAA08E (or 0xAAA08E) is unknown color: approx Napa. HEX triplet: AA, A0 and 8E. RGB value is (170,160,142). Sum of RGB (Red+Green+Blue) = 170+160+142=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA08E is #555F71. Grayscale: #A1A1A1. Windows color (decimal): -5594994 or 9347242. OLE color: 9347242.

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

Color convert

RGB170160142-
CMYK00.060.160.33
HSL38.57º14.14%61.18%-
HSV(B)38.57º16.47%66.67%-
XYZ34.0335.6430.68-
YUV160.94117.31134.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=36.02%
G=33.90%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016014200.060.160.3338.5714.1461.18
HexAAA08E06102127e3d
Octal252240216062041471675
Binary1010101010100000100011100110100001000011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA08E; }

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

 H1.HeaderClassName
 {
   color: #AAA08E;
 }
 .AnyTagClassName
 {
   color: #AAA08E;
 }
</style>
background-color css

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

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

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

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

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

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