#A89C44

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

Shades of Husk #A89C44

Tints of Husk #A89C44

Color information

#A89C44 (or 0xA89C44) is unknown color: approx Husk. HEX triplet: A8, 9C and 44. RGB value is (168,156,68). Sum of RGB (Red+Green+Blue) = 168+156+68=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C44 is #5763BB. Grayscale: #959595. Windows color (decimal): -5727164 or 4496552. OLE color: 4496552.

HSL color Cylindrical-coordinate representation of color #A89C44: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A89C44 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16815668-
CMYK00.070.600.34
HSL52.8º42.37%46.27%-
HSV(B)52.8º59.52%65.88%-
XYZ29.0832.5210.21-
YUV149.5681.98141.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 68 (26.95% from 255) = 17.35%
R=42.86%
G=39.80%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681566800.070.600.3452.842.3746.27
HexA89C44073C22352a2e
Octal250234104077442655256
Binary101010001001110010001000111111100100010110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C44; }

 p { color: rgb(168,156,68); }

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

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

 a { background-color: rgb(168,156,68); }

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

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

 span { border-color: rgb(168,156,68); }

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