#A89C4B

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

Shades of Husk #A89C4B

Tints of Husk #A89C4B

Color information

#A89C4B (or 0xA89C4B) is unknown color: approx Husk. HEX triplet: A8, 9C and 4B. RGB value is (168,156,75). Sum of RGB (Red+Green+Blue) = 168+156+75=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C4B is #5763B4. Grayscale: #969696. Windows color (decimal): -5727157 or 4955304. OLE color: 4955304.

HSL color Cylindrical-coordinate representation of color #A89C4B: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A89C4B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16815675-
CMYK00.070.550.34
HSL52.26º38.27%47.65%-
HSV(B)52.26º55.36%65.88%-
XYZ29.3132.6111.41-
YUV150.3585.48140.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=42.11%
G=39.10%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681567500.070.550.3452.2638.2747.65
HexA89C4B073722342630
Octal250234113076742644660
Binary101010001001110010010110111110111100010110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C4B; }

 p { color: rgb(168,156,75); }

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

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

 a { background-color: rgb(168,156,75); }

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

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

 span { border-color: rgb(168,156,75); }

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