#A39A44

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

Shades of Husk #A39A44

Tints of Husk #A39A44

Color information

#A39A44 (or 0xA39A44) is unknown color: approx Husk. HEX triplet: A3, 9A and 44. RGB value is (163,154,68). Sum of RGB (Red+Green+Blue) = 163+154+68=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A44 is #5C65BB. Grayscale: #939393. Windows color (decimal): -6055356 or 4496035. OLE color: 4496035.

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

Color convert

RGB16315468-
CMYK00.060.580.36
HSL54.32º41.13%45.29%-
HSV(B)54.32º58.28%63.92%-
XYZ27.731.3210.05-
YUV146.8983.48139.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=42.34%
G=40%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631546800.060.580.3654.3241.1345.29
HexA39A44063A2436292d
Octal243232104067244665155
Binary101000111001101010001000110111010100100110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A44; }

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

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

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

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

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

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

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

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