#A39955

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

Shades of Husk #A39955

Tints of Husk #A39955

Color information

#A39955 (or 0xA39955) is unknown color: approx Husk. HEX triplet: A3, 99 and 55. RGB value is (163,153,85). Sum of RGB (Red+Green+Blue) = 163+153+85=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39955 is #5C66AA. Grayscale: #949494. Windows color (decimal): -6055595 or 5609891. OLE color: 5609891.

HSL color Cylindrical-coordinate representation of color #A39955: hue angle of 52.31º 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 #A39955 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16315385-
CMYK00.060.480.36
HSL52.31º31.45%48.63%-
HSV(B)52.31º47.85%63.92%-
XYZ28.1431.2213.14-
YUV148.2492.31138.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=40.65%
G=38.15%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631538500.060.480.3652.3131.4548.63
HexA39955063024341f31
Octal243231125066044643761
Binary10100011100110011010101011011000010010011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39955; }

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

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

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

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

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

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

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

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