#A2998B

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

Shades of Napa #A2998B

Tints of Napa #A2998B

Color information

#A2998B (or 0xA2998B) is unknown color: approx Napa. HEX triplet: A2, 99 and 8B. RGB value is (162,153,139). Sum of RGB (Red+Green+Blue) = 162+153+139=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2998B is #5D6674. Grayscale: #9A9A9A. Windows color (decimal): -6121077 or 9148834. OLE color: 9148834.

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

Color convert

RGB162153139-
CMYK00.060.140.36
HSL36.52º11%59.02%-
HSV(B)36.52º14.2%63.53%-
XYZ30.9532.3329.03-
YUV154.1119.48133.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=35.68%
G=33.70%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215313900.060.140.3636.521159.02
HexA2998B06E2425b3b
Octal242231213061644451373
Binary101000101001100110001011011011101001001001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2998B; }

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

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

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

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

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

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

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

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