#A59B8C

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

Shades of Napa #A59B8C

Tints of Napa #A59B8C

Color information

#A59B8C (or 0xA59B8C) is unknown color: approx Napa. HEX triplet: A5, 9B and 8C. RGB value is (165,155,140). Sum of RGB (Red+Green+Blue) = 165+155+140=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8C is #5A6473. Grayscale: #9C9C9C. Windows color (decimal): -5923956 or 9214885. OLE color: 9214885.

HSL color Cylindrical-coordinate representation of color #A59B8C: hue angle of 36º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59B8C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165155140-
CMYK00.060.150.35
HSL36º12.2%59.8%-
HSV(B)36º15.15%64.71%-
XYZ31.9733.3429.56-
YUV156.28118.81134.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=35.87%
G=33.70%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515514000.060.150.353612.259.8
HexA59B8C06F2324c3c
Octal245233214061743441474
Binary101001011001101110001100011011111000111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B8C; }

 p { color: rgb(165,155,140); }

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

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

 a { background-color: rgb(165,155,140); }

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

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

 span { border-color: rgb(165,155,140); }

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