#A5914E

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

Shades of Husk #A5914E

Tints of Husk #A5914E

Color information

#A5914E (or 0xA5914E) is unknown color: approx Husk. HEX triplet: A5, 91 and 4E. RGB value is (165,145,78). Sum of RGB (Red+Green+Blue) = 165+145+78=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5914E is #5A6EB1. Grayscale: #8F8F8F. Windows color (decimal): -5926578 or 5149093. OLE color: 5149093.

HSL color Cylindrical-coordinate representation of color #A5914E: hue angle of 46.21º 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 #A5914E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16514578-
CMYK00.120.530.35
HSL46.21º35.8%47.65%-
HSV(B)46.21º52.73%64.71%-
XYZ27.0228.811.34-
YUV143.3491.13143.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=42.53%
G=37.37%
B=20.10%

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
Decimal1651457800.120.530.3546.2135.847.65
HexA5914E0C35232e2430
Octal2452211160146543564460
Binary1010010110010001100111001100110101100011101110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5914E; }

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

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

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

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

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

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

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

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