#A59252

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

Shades of Husk #A59252

Tints of Husk #A59252

Color information

#A59252 (or 0xA59252) is unknown color: approx Husk. HEX triplet: A5, 92 and 52. RGB value is (165,146,82). Sum of RGB (Red+Green+Blue) = 165+146+82=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A59252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59252 is #5A6DAD. Grayscale: #909090. Windows color (decimal): -5926318 or 5411493. OLE color: 5411493.

HSL color Cylindrical-coordinate representation of color #A59252: hue angle of 46.27º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A59252 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16514682-
CMYK00.120.500.35
HSL46.27º33.6%48.43%-
HSV(B)46.27º50.3%64.71%-
XYZ27.3229.1712.17-
YUV144.3992.79142.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=41.98%
G=37.15%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651468200.120.500.3546.2733.648.43
HexA592520C32232e2230
Octal2452221220146243564260
Binary1010010110010010101001001100110010100011101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59252; }

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

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

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

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

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

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

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

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