#A39759

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

Shades of Husk #A39759

Tints of Husk #A39759

Color information

#A39759 (or 0xA39759) is unknown color: approx Husk. HEX triplet: A3, 97 and 59. RGB value is (163,151,89). Sum of RGB (Red+Green+Blue) = 163+151+89=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A39759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39759 is #5C68A6. Grayscale: #939393. Windows color (decimal): -6056103 or 5871523. OLE color: 5871523.

HSL color Cylindrical-coordinate representation of color #A39759: hue angle of 50.27º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39759 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16315189-
CMYK00.070.450.36
HSL50.27º29.37%49.41%-
HSV(B)50.27º45.4%63.92%-
XYZ27.9730.6413.89-
YUV147.5294.98139.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=40.45%
G=37.47%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631518900.070.450.3650.2729.3749.41
HexA39759072D24321d31
Octal243227131075544623561
Binary10100011100101111011001011110110110010011001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39759; }

 p { color: rgb(163,151,89); }

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

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

 a { background-color: rgb(163,151,89); }

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

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

 span { border-color: rgb(163,151,89); }

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