#A49A8A

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

Shades of Napa #A49A8A

Tints of Napa #A49A8A

Color information

#A49A8A (or 0xA49A8A) is unknown color: approx Napa. HEX triplet: A4, 9A and 8A. RGB value is (164,154,138). Sum of RGB (Red+Green+Blue) = 164+154+138=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A8A is #5B6575. Grayscale: #9B9B9B. Windows color (decimal): -5989750 or 9083556. OLE color: 9083556.

HSL color Cylindrical-coordinate representation of color #A49A8A: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49A8A is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164154138-
CMYK00.060.160.36
HSL36.92º12.5%59.22%-
HSV(B)36.92º15.85%64.31%-
XYZ31.4532.8428.73-
YUV155.17118.31134.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=35.96%
G=33.77%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415413800.060.160.3636.9212.559.22
HexA49A8A06102425d3b
Octal244232212062044451573
Binary1010010010011010100010100110100001001001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A8A; }

 p { color: rgb(164,154,138); }

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

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

 a { background-color: rgb(164,154,138); }

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

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

 span { border-color: rgb(164,154,138); }

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