#AAA08B

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

Shades of Napa #AAA08B

Tints of Napa #AAA08B

Color information

#AAA08B (or 0xAAA08B) is unknown color: approx Napa. HEX triplet: AA, A0 and 8B. RGB value is (170,160,139). Sum of RGB (Red+Green+Blue) = 170+160+139=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA08B is #555F74. Grayscale: #A0A0A0. Windows color (decimal): -5594997 or 9150634. OLE color: 9150634.

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

Color convert

RGB170160139-
CMYK00.060.180.33
HSL40.65º15.42%60.59%-
HSV(B)40.65º18.24%66.67%-
XYZ33.8135.5529.51-
YUV160.6115.81134.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=36.25%
G=34.12%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016013900.060.180.3340.6515.4260.59
HexAAA08B06122129f3d
Octal252240213062241511775
Binary1010101010100000100010110110100101000011010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA08B; }

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

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

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

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

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

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

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

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