#A89949

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

Shades of Husk #A89949

Tints of Husk #A89949

Color information

#A89949 (or 0xA89949) is unknown color: approx Husk. HEX triplet: A8, 99 and 49. RGB value is (168,153,73). Sum of RGB (Red+Green+Blue) = 168+153+73=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A89949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89949 is #5766B6. Grayscale: #949494. Windows color (decimal): -5727927 or 4823464. OLE color: 4823464.

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

Color convert

RGB16815373-
CMYK00.090.570.34
HSL50.53º39.42%47.25%-
HSV(B)50.53º56.55%65.88%-
XYZ28.7431.5910.89-
YUV148.3685.47142-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=42.64%
G=38.83%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681537300.090.570.3450.5339.4247.25
HexA8994909392233272f
Octal2502311110117142634757
Binary1010100010011001100100101001111001100010110011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89949; }

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

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

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

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

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

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

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

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