#A3924D

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

Shades of Husk #A3924D

Tints of Husk #A3924D

Color information

#A3924D (or 0xA3924D) is unknown color: approx Husk. HEX triplet: A3, 92 and 4D. RGB value is (163,146,77). Sum of RGB (Red+Green+Blue) = 163+146+77=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3924D is #5C6DB2. Grayscale: #8F8F8F. Windows color (decimal): -6057395 or 5083811. OLE color: 5083811.

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

Color convert

RGB16314677-
CMYK00.100.530.36
HSL48.14º35.83%47.06%-
HSV(B)48.14º52.76%63.92%-
XYZ26.7228.8811.19-
YUV143.2290.63142.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=42.23%
G=37.82%
B=19.95%

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
Decimal1631467700.100.530.3648.1435.8347.06
HexA3924D0A352430242f
Octal2432221150126544604457
Binary1010001110010010100110101010110101100100110000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3924D; }

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

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

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

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

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

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

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

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