#A59E92

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

Shades of Napa #A59E92

Tints of Napa #A59E92

Color information

#A59E92 (or 0xA59E92) is unknown color: approx Napa. HEX triplet: A5, 9E and 92. RGB value is (165,158,146). Sum of RGB (Red+Green+Blue) = 165+158+146=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E92 is #5A616D. Grayscale: #9E9E9E. Windows color (decimal): -5923182 or 9608869. OLE color: 9608869.

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

Color convert

RGB165158146-
CMYK00.040.120.35
HSL37.89º9.55%60.98%-
HSV(B)37.89º11.52%64.71%-
XYZ32.9334.5332.12-
YUV158.72120.82132.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=35.18%
G=33.69%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515814600.040.120.3537.899.5560.98
HexA59E9204C2326a3d
Octal245236222041443461275
Binary101001011001111010010010010011001000111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E92; }

 p { color: rgb(165,158,146); }

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

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

 a { background-color: rgb(165,158,146); }

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

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

 span { border-color: rgb(165,158,146); }

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