#A29988

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

Shades of Napa #A29988

Tints of Napa #A29988

Color information

#A29988 (or 0xA29988) is unknown color: approx Napa. HEX triplet: A2, 99 and 88. RGB value is (162,153,136). Sum of RGB (Red+Green+Blue) = 162+153+136=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A29988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29988 is #5D6677. Grayscale: #999999. Windows color (decimal): -6121080 or 8952226. OLE color: 8952226.

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

Color convert

RGB162153136-
CMYK00.060.160.36
HSL39.23º12.26%58.43%-
HSV(B)39.23º16.05%63.53%-
XYZ30.7432.2427.9-
YUV153.75117.98133.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=35.92%
G=33.92%
B=30.16%

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
Decimal16215313600.060.160.3639.2312.2658.43
HexA2998806102427c3a
Octal242231210062044471472
Binary1010001010011001100010000110100001001001001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29988; }

 p { color: rgb(162,153,136); }

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

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

 a { background-color: rgb(162,153,136); }

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

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

 span { border-color: rgb(162,153,136); }

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