#A19A8B

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

Shades of Napa #A19A8B

Tints of Napa #A19A8B

Color information

#A19A8B (or 0xA19A8B) is unknown color: approx Napa. HEX triplet: A1, 9A and 8B. RGB value is (161,154,139). Sum of RGB (Red+Green+Blue) = 161+154+139=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A8B is #5E6574. Grayscale: #9A9A9A. Windows color (decimal): -6186357 or 9149089. OLE color: 9149089.

HSL color Cylindrical-coordinate representation of color #A19A8B: hue angle of 40.91º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A19A8B is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161154139-
CMYK00.040.140.37
HSL40.91º10.48%58.82%-
HSV(B)40.91º13.66%63.14%-
XYZ30.9132.5529.08-
YUV154.38119.32132.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=35.46%
G=33.92%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115413900.040.140.3740.9110.4858.82
HexA19A8B04E2529a3b
Octal241232213041645511273
Binary101000011001101010001011010011101001011010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A8B; }

 p { color: rgb(161,154,139); }

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

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

 a { background-color: rgb(161,154,139); }

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

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

 span { border-color: rgb(161,154,139); }

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