#A5944E

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

Shades of Husk #A5944E

Tints of Husk #A5944E

Color information

#A5944E (or 0xA5944E) is unknown color: approx Husk. HEX triplet: A5, 94 and 4E. RGB value is (165,148,78). Sum of RGB (Red+Green+Blue) = 165+148+78=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5944E is #5A6BB1. Grayscale: #919191. Windows color (decimal): -5925810 or 5149861. OLE color: 5149861.

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

Color convert

RGB16514878-
CMYK00.100.530.35
HSL48.28º35.8%47.65%-
HSV(B)48.28º52.73%64.71%-
XYZ27.4829.7311.5-
YUV145.190.13142.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=42.20%
G=37.85%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651487800.100.530.3548.2835.847.65
HexA5944E0A3523302430
Octal2452241160126543604460
Binary1010010110010100100111001010110101100011110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5944E; }

 p { color: rgb(165,148,78); }

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

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

 a { background-color: rgb(165,148,78); }

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

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

 span { border-color: rgb(165,148,78); }

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