#a89b5f

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

Shades of Husk #A89B5F

Tints of Husk #A89B5F

Color information

#A89B5F (or 0xA89B5F) is unknown color: approx Husk. HEX triplet: A8, 9B and 5F. RGB value is (168,155,95). Sum of RGB (Red+Green+Blue) = 168+155+95=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B5F is #5764A0. Grayscale: #989898. Windows color (decimal): -5727393 or 6265768. OLE color: 6265768.

HSL color Cylindrical-coordinate representation of color #A89B5F: hue angle of 49.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89B5F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16815595-
CMYK00.080.430.34
HSL49.32º29.55%51.57%-
HSV(B)49.32º43.45%65.88%-
XYZ29.9432.5915.54-
YUV152.0595.81139.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=40.19%
G=37.08%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681559500.080.430.3449.3229.5551.57
HexA89B5F082B22311e34
Octal2502331370105342613664
Binary101010001001101110111110100010101110001011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89b5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89b5f; }

 p { color: rgb(168,155,95); }

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

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

 a { background-color: rgb(168,155,95); }

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

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

 span { border-color: rgb(168,155,95); }

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