#A89745

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

Shades of Husk #A89745

Tints of Husk #A89745

Color information

#A89745 (or 0xA89745) is unknown color: approx Husk. HEX triplet: A8, 97 and 45. RGB value is (168,151,69). Sum of RGB (Red+Green+Blue) = 168+151+69=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A89745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89745 is #5768BA. Grayscale: #939393. Windows color (decimal): -5728443 or 4560808. OLE color: 4560808.

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

Color convert

RGB16815169-
CMYK00.100.590.34
HSL49.7º41.77%46.47%-
HSV(B)49.7º58.93%65.88%-
XYZ28.2930.8910.1-
YUV146.7484.13143.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=43.30%
G=38.92%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681516900.100.590.3449.741.7746.47
HexA897450A3B22322a2e
Octal2502271050127342625256
Binary1010100010010111100010101010111011100010110010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89745; }

 p { color: rgb(168,151,69); }

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

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

 a { background-color: rgb(168,151,69); }

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

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

 span { border-color: rgb(168,151,69); }

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