#A19889

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

Shades of Napa #A19889

Tints of Napa #A19889

Color information

#A19889 (or 0xA19889) is unknown color: approx Napa. HEX triplet: A1, 98 and 89. RGB value is (161,152,137). Sum of RGB (Red+Green+Blue) = 161+152+137=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A19889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19889 is #5E6776. Grayscale: #999999. Windows color (decimal): -6186871 or 9017505. OLE color: 9017505.

HSL color Cylindrical-coordinate representation of color #A19889: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19889 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB161152137-
CMYK00.060.150.37
HSL37.5º11.32%58.43%-
HSV(B)37.5º14.91%63.14%-
XYZ30.4431.8428.21-
YUV152.98118.98133.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=35.78%
G=33.78%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115213700.060.150.3737.511.3258.43
HexA1988906F2526b3a
Octal241230211061745461372
Binary101000011001100010001001011011111001011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19889; }

 p { color: rgb(161,152,137); }

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

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

 a { background-color: rgb(161,152,137); }

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

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

 span { border-color: rgb(161,152,137); }

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