#AAA091

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

Shades of Napa #AAA091

Tints of Napa #AAA091

Color information

#AAA091 (or 0xAAA091) is unknown color: approx Napa. HEX triplet: AA, A0 and 91. RGB value is (170,160,145). Sum of RGB (Red+Green+Blue) = 170+160+145=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA091 is #555F6E. Grayscale: #A1A1A1. Windows color (decimal): -5594991 or 9543850. OLE color: 9543850.

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

Color convert

RGB170160145-
CMYK00.060.150.33
HSL36º12.82%61.76%-
HSV(B)36º14.71%66.67%-
XYZ34.2635.7331.88-
YUV161.28118.81134.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=35.79%
G=33.68%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016014500.060.150.333612.8261.76
HexAAA09106F2124d3e
Octal252240221061741441576
Binary101010101010000010010001011011111000011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA091; }

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

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

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

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

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

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

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

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