#A39A5C

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

Shades of Husk #A39A5C

Tints of Husk #A39A5C

Color information

#A39A5C (or 0xA39A5C) is unknown color: approx Husk. HEX triplet: A3, 9A and 5C. RGB value is (163,154,92). Sum of RGB (Red+Green+Blue) = 163+154+92=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A5C is #5C65A3. Grayscale: #959595. Windows color (decimal): -6055332 or 6068899. OLE color: 6068899.

HSL color Cylindrical-coordinate representation of color #A39A5C: hue angle of 52.39º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A39A5C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16315492-
CMYK00.060.440.36
HSL52.39º27.84%50%-
HSV(B)52.39º43.56%63.92%-
XYZ28.5931.6714.73-
YUV149.6295.48137.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=39.85%
G=37.65%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631549200.060.440.3652.3927.8450
HexA39A5C062C24341c32
Octal243232134065444643462
Binary10100011100110101011100011010110010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A5C; }

 p { color: rgb(163,154,92); }

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

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

 a { background-color: rgb(163,154,92); }

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

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

 span { border-color: rgb(163,154,92); }

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