#AAA192

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

Shades of Napa #AAA192

Tints of Napa #AAA192

Color information

#AAA192 (or 0xAAA192) is unknown color: approx Napa. HEX triplet: AA, A1 and 92. RGB value is (170,161,146). Sum of RGB (Red+Green+Blue) = 170+161+146=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA192 is #555E6D. Grayscale: #A2A2A2. Windows color (decimal): -5594734 or 9609642. OLE color: 9609642.

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

Color convert

RGB170161146-
CMYK00.050.140.33
HSL37.5º12.37%61.96%-
HSV(B)37.5º14.12%66.67%-
XYZ34.5136.1132.35-
YUV161.98118.98133.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=35.64%
G=33.75%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016114600.050.140.3337.512.3761.96
HexAAA19205E2126c3e
Octal252241222051641461476
Binary101010101010000110010010010111101000011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA192; }

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

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

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

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

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

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

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

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