#AAA085

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

Shades of Napa #AAA085

Tints of Napa #AAA085

Color information

#AAA085 (or 0xAAA085) is unknown color: approx Napa. HEX triplet: AA, A0 and 85. RGB value is (170,160,133). Sum of RGB (Red+Green+Blue) = 170+160+133=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA085 is #555F7A. Grayscale: #A0A0A0. Windows color (decimal): -5595003 or 8757418. OLE color: 8757418.

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

Color convert

RGB170160133-
CMYK00.060.220.33
HSL43.78º17.87%59.41%-
HSV(B)43.78º21.76%66.67%-
XYZ33.3835.3827.26-
YUV159.91112.81135.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=36.72%
G=34.56%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016013300.060.220.3343.7817.8759.41
HexAAA0850616212c123b
Octal252240205062641542273
Binary10101010101000001000010101101011010000110110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA085; }

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

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

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

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

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

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

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

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