#A59754

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

Shades of Husk #A59754

Tints of Husk #A59754

Color information

#A59754 (or 0xA59754) is unknown color: approx Husk. HEX triplet: A5, 97 and 54. RGB value is (165,151,84). Sum of RGB (Red+Green+Blue) = 165+151+84=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A59754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59754 is #5A68AB. Grayscale: #939393. Windows color (decimal): -5925036 or 5543845. OLE color: 5543845.

HSL color Cylindrical-coordinate representation of color #A59754: hue angle of 49.63º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A59754 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16515184-
CMYK00.080.490.35
HSL49.63º32.53%48.82%-
HSV(B)49.63º49.09%64.71%-
XYZ28.1830.7712.84-
YUV147.5592.14140.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 84 (33.20% from 255) = 21%
R=41.25%
G=37.75%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651518400.080.490.3549.6332.5348.82
HexA59754083123322131
Octal2452271240106143624161
Binary1010010110010111101010001000110001100011110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59754; }

 p { color: rgb(165,151,84); }

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

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

 a { background-color: rgb(165,151,84); }

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

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

 span { border-color: rgb(165,151,84); }

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