#A29B90

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

Shades of Napa #A29B90

Tints of Napa #A29B90

Color information

#A29B90 (or 0xA29B90) is unknown color: approx Napa. HEX triplet: A2, 9B and 90. RGB value is (162,155,144). Sum of RGB (Red+Green+Blue) = 162+155+144=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B90 is #5D646F. Grayscale: #9B9B9B. Windows color (decimal): -6120560 or 9477026. OLE color: 9477026.

HSL color Cylindrical-coordinate representation of color #A29B90: hue angle of 36.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29B90 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162155144-
CMYK00.040.110.36
HSL36.67º8.82%60%-
HSV(B)36.67º11.11%63.53%-
XYZ31.6633.1431.11-
YUV155.84121.32132.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=35.14%
G=33.62%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215514400.040.110.3636.678.8260
HexA29B9004B242593c
Octal242233220041344451174
Binary101000101001101110010000010010111001001001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B90; }

 p { color: rgb(162,155,144); }

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

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

 a { background-color: rgb(162,155,144); }

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

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

 span { border-color: rgb(162,155,144); }

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