#A49C88

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

Shades of Napa #A49C88

Tints of Napa #A49C88

Color information

#A49C88 (or 0xA49C88) is unknown color: approx Napa. HEX triplet: A4, 9C and 88. RGB value is (164,156,136). Sum of RGB (Red+Green+Blue) = 164+156+136=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C88 is #5B6377. Grayscale: #9C9C9C. Windows color (decimal): -5989240 or 8952996. OLE color: 8952996.

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

Color convert

RGB164156136-
CMYK00.050.170.36
HSL42.86º13.33%58.82%-
HSV(B)42.86º17.07%64.31%-
XYZ31.6433.4528.08-
YUV156.11116.65133.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=35.96%
G=34.21%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415613600.050.170.3642.8613.3358.82
HexA49C880511242bd3b
Octal244234210052144531573
Binary1010010010011100100010000101100011001001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C88; }

 p { color: rgb(164,156,136); }

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

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

 a { background-color: rgb(164,156,136); }

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

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

 span { border-color: rgb(164,156,136); }

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