#A39653

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

Shades of Husk #A39653

Tints of Husk #A39653

Color information

#A39653 (or 0xA39653) is unknown color: approx Husk. HEX triplet: A3, 96 and 53. RGB value is (163,150,83). Sum of RGB (Red+Green+Blue) = 163+150+83=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39653 is #5C69AC. Grayscale: #929292. Windows color (decimal): -6056365 or 5478051. OLE color: 5478051.

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

Color convert

RGB16315083-
CMYK00.080.490.36
HSL50.25º32.52%48.24%-
HSV(B)50.25º49.08%63.92%-
XYZ27.5730.2212.56-
YUV146.2592.31139.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=41.16%
G=37.88%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631508300.080.490.3650.2532.5248.24
HexA39653083124322130
Octal2432261230106144624160
Binary1010001110010110101001101000110001100100110010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39653; }

 p { color: rgb(163,150,83); }

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

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

 a { background-color: rgb(163,150,83); }

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

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

 span { border-color: rgb(163,150,83); }

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