#A5924D

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

Shades of Husk #A5924D

Tints of Husk #A5924D

Color information

#A5924D (or 0xA5924D) is unknown color: approx Husk. HEX triplet: A5, 92 and 4D. RGB value is (165,146,77). Sum of RGB (Red+Green+Blue) = 165+146+77=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5924D is #5A6DB2. Grayscale: #909090. Windows color (decimal): -5926323 or 5083813. OLE color: 5083813.

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

Color convert

RGB16514677-
CMYK00.120.530.35
HSL47.05º36.36%47.45%-
HSV(B)47.05º53.33%64.71%-
XYZ27.1429.0911.21-
YUV143.8290.29143.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=42.53%
G=37.63%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651467700.120.530.3547.0536.3647.45
HexA5924D0C35232f242f
Octal2452221150146543574457
Binary1010010110010010100110101100110101100011101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5924D; }

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

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

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

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

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

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

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

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