#A59A83

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

Shades of Napa #A59A83

Tints of Napa #A59A83

Color information

#A59A83 (or 0xA59A83) is unknown color: approx Napa. HEX triplet: A5, 9A and 83. RGB value is (165,154,131). Sum of RGB (Red+Green+Blue) = 165+154+131=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A83 is #5A657C. Grayscale: #9A9A9A. Windows color (decimal): -5924221 or 8624805. OLE color: 8624805.

HSL color Cylindrical-coordinate representation of color #A59A83: hue angle of 40.59º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59A83 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165154131-
CMYK00.070.210.35
HSL40.59º15.89%58.04%-
HSV(B)40.59º20.61%64.71%-
XYZ31.1732.7526.15-
YUV154.67114.64135.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=36.67%
G=34.22%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515413100.070.210.3540.5915.8958.04
HexA59A8307152329103a
Octal245232203072543512072
Binary10100101100110101000001101111010110001110100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A83; }

 p { color: rgb(165,154,131); }

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

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

 a { background-color: rgb(165,154,131); }

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

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

 span { border-color: rgb(165,154,131); }

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