#AAA28C

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

Shades of Napa #AAA28C

Tints of Napa #AAA28C

Color information

#AAA28C (or 0xAAA28C) is unknown color: approx Napa. HEX triplet: AA, A2 and 8C. RGB value is (170,162,140). Sum of RGB (Red+Green+Blue) = 170+162+140=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28C is #555D73. Grayscale: #A1A1A1. Windows color (decimal): -5594484 or 9216682. OLE color: 9216682.

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

Color convert

RGB170162140-
CMYK00.050.180.33
HSL44º15%60.78%-
HSV(B)44º17.65%66.67%-
XYZ34.2336.2830.01-
YUV161.88115.65133.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=36.02%
G=34.32%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214000.050.180.33441560.78
HexAAA28C0512212cf3d
Octal252242214052241541775
Binary1010101010100010100011000101100101000011011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA28C; }

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

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

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

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

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

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

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

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