#A89E4D

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

Shades of Husk #A89E4D

Tints of Husk #A89E4D

Color information

#A89E4D (or 0xA89E4D) is unknown color: approx Husk. HEX triplet: A8, 9E and 4D. RGB value is (168,158,77). Sum of RGB (Red+Green+Blue) = 168+158+77=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E4D is #5761B2. Grayscale: #989898. Windows color (decimal): -5726643 or 5086888. OLE color: 5086888.

HSL color Cylindrical-coordinate representation of color #A89E4D: hue angle of 53.41º 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 #A89E4D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16815877-
CMYK00.060.540.34
HSL53.41º37.14%48.04%-
HSV(B)53.41º54.17%65.88%-
XYZ29.7133.3111.89-
YUV151.7685.81139.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=41.69%
G=39.21%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681587700.060.540.3453.4137.1448.04
HexA89E4D063622352530
Octal250236115066642654560
Binary101010001001111010011010110110110100010110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E4D; }

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

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

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

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

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

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

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

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