#A89A4A

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

Shades of Husk #A89A4A

Tints of Husk #A89A4A

Color information

#A89A4A (or 0xA89A4A) is unknown color: approx Husk. HEX triplet: A8, 9A and 4A. RGB value is (168,154,74). Sum of RGB (Red+Green+Blue) = 168+154+74=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A4A is #5765B5. Grayscale: #959595. Windows color (decimal): -5727670 or 4889256. OLE color: 4889256.

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

Color convert

RGB16815474-
CMYK00.080.560.34
HSL51.06º38.84%47.45%-
HSV(B)51.06º55.95%65.88%-
XYZ28.9431.9311.12-
YUV149.0785.64141.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=42.42%
G=38.89%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681547400.080.560.3451.0638.8447.45
HexA89A4A08382233272f
Octal2502321120107042634757
Binary1010100010011010100101001000111000100010110011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A4A; }

 p { color: rgb(168,154,74); }

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

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

 a { background-color: rgb(168,154,74); }

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

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

 span { border-color: rgb(168,154,74); }

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