#a89f59

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

Shades of Husk #A89F59

Tints of Husk #A89F59

Color information

#A89F59 (or 0xA89F59) is unknown color: approx Husk. HEX triplet: A8, 9F and 59. RGB value is (168,159,89). Sum of RGB (Red+Green+Blue) = 168+159+89=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F59 is #5760A6. Grayscale: #999999. Windows color (decimal): -5726375 or 5873576. OLE color: 5873576.

HSL color Cylindrical-coordinate representation of color #A89F59: hue angle of 53.16º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A89F59 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16815989-
CMYK00.050.470.34
HSL53.16º31.23%50.39%-
HSV(B)53.16º47.02%65.88%-
XYZ30.3533.8414.38-
YUV153.7191.48138.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=40.38%
G=38.22%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681598900.050.470.3453.1631.2350.39
HexA89F59052F22351f32
Octal250237131055742653762
Binary10101000100111111011001010110111110001011010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89f59; }

 p { color: rgb(168,159,89); }

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

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

 a { background-color: rgb(168,159,89); }

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

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

 span { border-color: rgb(168,159,89); }

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