#A3934D

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

Shades of Husk #A3934D

Tints of Husk #A3934D

Color information

#A3934D (or 0xA3934D) is unknown color: approx Husk. HEX triplet: A3, 93 and 4D. RGB value is (163,147,77). Sum of RGB (Red+Green+Blue) = 163+147+77=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3934D is #5C6CB2. Grayscale: #909090. Windows color (decimal): -6057139 or 5084067. OLE color: 5084067.

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

Color convert

RGB16314777-
CMYK00.100.530.36
HSL48.84º35.83%47.06%-
HSV(B)48.84º52.76%63.92%-
XYZ26.8829.1911.24-
YUV143.890.3141.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=42.12%
G=37.98%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631477700.100.530.3648.8435.8347.06
HexA3934D0A352431242f
Octal2432231150126544614457
Binary1010001110010011100110101010110101100100110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3934D; }

 p { color: rgb(163,147,77); }

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

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

 a { background-color: rgb(163,147,77); }

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

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

 span { border-color: rgb(163,147,77); }

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