#A39855

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

Shades of Husk #A39855

Tints of Husk #A39855

Color information

#A39855 (or 0xA39855) is unknown color: approx Husk. HEX triplet: A3, 98 and 55. RGB value is (163,152,85). Sum of RGB (Red+Green+Blue) = 163+152+85=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A39855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39855 is #5C67AA. Grayscale: #939393. Windows color (decimal): -6055851 or 5609635. OLE color: 5609635.

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

Color convert

RGB16315285-
CMYK00.070.480.36
HSL51.54º31.45%48.63%-
HSV(B)51.54º47.85%63.92%-
XYZ27.9730.913.08-
YUV147.6592.64138.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=40.75%
G=38%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631528500.070.480.3651.5431.4548.63
HexA39855073024341f31
Octal243230125076044643761
Binary10100011100110001010101011111000010010011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39855; }

 p { color: rgb(163,152,85); }

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

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

 a { background-color: rgb(163,152,85); }

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

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

 span { border-color: rgb(163,152,85); }

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