#AAA28D

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

Shades of Napa #AAA28D

Tints of Napa #AAA28D

Color information

#AAA28D (or 0xAAA28D) is unknown color: approx Napa. HEX triplet: AA, A2 and 8D. RGB value is (170,162,141). Sum of RGB (Red+Green+Blue) = 170+162+141=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28D is #555D72. Grayscale: #A2A2A2. Windows color (decimal): -5594483 or 9282218. OLE color: 9282218.

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

Color convert

RGB170162141-
CMYK00.050.170.33
HSL43.45º14.57%60.98%-
HSV(B)43.45º17.06%66.67%-
XYZ34.3136.3130.4-
YUV162116.15133.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=35.94%
G=34.25%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214100.050.170.3343.4514.5760.98
HexAAA28D0511212bf3d
Octal252242215052141531775
Binary1010101010100010100011010101100011000011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA28D; }

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

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

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

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

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

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

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

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