#A3934C

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

Shades of Husk #A3934C

Tints of Husk #A3934C

Color information

#A3934C (or 0xA3934C) is unknown color: approx Husk. HEX triplet: A3, 93 and 4C. RGB value is (163,147,76). Sum of RGB (Red+Green+Blue) = 163+147+76=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3934C is #5C6CB3. Grayscale: #8F8F8F. Windows color (decimal): -6057140 or 5018531. OLE color: 5018531.

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

Color convert

RGB16314776-
CMYK00.100.530.36
HSL48.97º36.4%46.86%-
HSV(B)48.97º53.37%63.92%-
XYZ26.8429.1811.05-
YUV143.6989.8141.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=42.23%
G=38.08%
B=19.69%

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
Decimal1631477600.100.530.3648.9736.446.86
HexA3934C0A352431242f
Octal2432231140126544614457
Binary1010001110010011100110001010110101100100110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3934C; }

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

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

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

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

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

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

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

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