#A39456

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

Shades of Husk #A39456

Tints of Husk #A39456

Color information

#A39456 (or 0xA39456) is unknown color: approx Husk. HEX triplet: A3, 94 and 56. RGB value is (163,148,86). Sum of RGB (Red+Green+Blue) = 163+148+86=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39456 is #5C6BA9. Grayscale: #919191. Windows color (decimal): -6056874 or 5674147. OLE color: 5674147.

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

Color convert

RGB16314886-
CMYK00.090.470.36
HSL48.31º30.92%48.82%-
HSV(B)48.31º47.24%63.92%-
XYZ27.3729.6413.08-
YUV145.4294.47140.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=41.06%
G=37.28%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631488600.090.470.3648.3130.9248.82
HexA39456092F24301f31
Octal2432241260115744603761
Binary101000111001010010101100100110111110010011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39456; }

 p { color: rgb(163,148,86); }

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

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

 a { background-color: rgb(163,148,86); }

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

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

 span { border-color: rgb(163,148,86); }

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