#A89C4D

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

Shades of Husk #A89C4D

Tints of Husk #A89C4D

Color information

#A89C4D (or 0xA89C4D) is unknown color: approx Husk. HEX triplet: A8, 9C and 4D. RGB value is (168,156,77). Sum of RGB (Red+Green+Blue) = 168+156+77=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C4D is #5763B2. Grayscale: #969696. Windows color (decimal): -5727155 or 5086376. OLE color: 5086376.

HSL color Cylindrical-coordinate representation of color #A89C4D: hue angle of 52.09º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A89C4D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16815677-
CMYK00.070.540.34
HSL52.09º37.14%48.04%-
HSV(B)52.09º54.17%65.88%-
XYZ29.3832.6411.77-
YUV150.5886.48140.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=41.90%
G=38.90%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681567700.070.540.3452.0937.1448.04
HexA89C4D073622342530
Octal250234115076642644560
Binary101010001001110010011010111110110100010110100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C4D; }

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

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

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

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

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

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

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

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