#A5994E

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

Shades of Husk #A5994E

Tints of Husk #A5994E

Color information

#A5994E (or 0xA5994E) is unknown color: approx Husk. HEX triplet: A5, 99 and 4E. RGB value is (165,153,78). Sum of RGB (Red+Green+Blue) = 165+153+78=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5994E is #5A66B1. Grayscale: #949494. Windows color (decimal): -5924530 or 5151141. OLE color: 5151141.

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

Color convert

RGB16515378-
CMYK00.070.530.35
HSL51.72º35.8%47.65%-
HSV(B)51.72º52.73%64.71%-
XYZ28.2831.3311.76-
YUV148.0488.48140.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=41.67%
G=38.64%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651537800.070.530.3551.7235.847.65
HexA5994E073523342430
Octal245231116076543644460
Binary101001011001100110011100111110101100011110100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5994E; }

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

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

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

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

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

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

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

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