#AAA28E

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

Shades of Napa #AAA28E

Tints of Napa #AAA28E

Color information

#AAA28E (or 0xAAA28E) is unknown color: approx Napa. HEX triplet: AA, A2 and 8E. RGB value is (170,162,142). Sum of RGB (Red+Green+Blue) = 170+162+142=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28E is #555D71. Grayscale: #A2A2A2. Windows color (decimal): -5594482 or 9347754. OLE color: 9347754.

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

Color convert

RGB170162142-
CMYK00.050.160.33
HSL42.86º14.14%61.18%-
HSV(B)42.86º16.47%66.67%-
XYZ34.3836.3430.79-
YUV162.11116.65133.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=35.86%
G=34.18%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214200.050.160.3342.8614.1461.18
HexAAA28E0510212be3d
Octal252242216052041531675
Binary1010101010100010100011100101100001000011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA28E; }

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

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

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

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

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

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

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

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