#A89749

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

Shades of Husk #A89749

Tints of Husk #A89749

Color information

#A89749 (or 0xA89749) is unknown color: approx Husk. HEX triplet: A8, 97 and 49. RGB value is (168,151,73). Sum of RGB (Red+Green+Blue) = 168+151+73=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A89749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89749 is #5768B6. Grayscale: #939393. Windows color (decimal): -5728439 or 4822952. OLE color: 4822952.

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

Color convert

RGB16815173-
CMYK00.100.570.34
HSL49.26º39.42%47.25%-
HSV(B)49.26º56.55%65.88%-
XYZ28.4230.9410.78-
YUV147.1986.13142.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=42.86%
G=38.52%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681517300.100.570.3449.2639.4247.25
HexA897490A392231272f
Octal2502271110127142614757
Binary1010100010010111100100101010111001100010110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89749; }

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

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

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

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

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

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

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

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