#A89454

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

Shades of Husk #A89454

Tints of Husk #A89454

Color information

#A89454 (or 0xA89454) is unknown color: approx Husk. HEX triplet: A8, 94 and 54. RGB value is (168,148,84). Sum of RGB (Red+Green+Blue) = 168+148+84=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A89454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89454 is #576BAB. Grayscale: #929292. Windows color (decimal): -5729196 or 5543080. OLE color: 5543080.

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

Color convert

RGB16814884-
CMYK00.120.50.34
HSL45.71º33.33%49.41%-
HSV(B)45.71º50%65.88%-
XYZ28.3430.1412.71-
YUV146.6892.63143.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 84 (33.20% from 255) = 21%
R=42%
G=37%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681488400.120.50.3445.7133.3349.41
HexA894540C32222e2131
Octal2502241240146242564161
Binary1010100010010100101010001100110010100010101110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89454; }

 p { color: rgb(168,148,84); }

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

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

 a { background-color: rgb(168,148,84); }

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

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

 span { border-color: rgb(168,148,84); }

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