#A59A85

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

Shades of Napa #A59A85

Tints of Napa #A59A85

Color information

#A59A85 (or 0xA59A85) is unknown color: approx Napa. HEX triplet: A5, 9A and 85. RGB value is (165,154,133). Sum of RGB (Red+Green+Blue) = 165+154+133=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A85 is #5A657A. Grayscale: #9A9A9A. Windows color (decimal): -5924219 or 8755877. OLE color: 8755877.

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

Color convert

RGB165154133-
CMYK00.070.190.35
HSL39.38º15.09%58.43%-
HSV(B)39.38º19.39%64.71%-
XYZ31.3132.826.87-
YUV154.9115.64135.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=36.50%
G=34.07%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515413300.070.190.3539.3815.0958.43
HexA59A8507132327f3a
Octal245232205072343471772
Binary1010010110011010100001010111100111000111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A85; }

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

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

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

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

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

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

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

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