#A3924C

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

Shades of Husk #A3924C

Tints of Husk #A3924C

Color information

#A3924C (or 0xA3924C) is unknown color: approx Husk. HEX triplet: A3, 92 and 4C. RGB value is (163,146,76). Sum of RGB (Red+Green+Blue) = 163+146+76=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3924C is #5C6DB3. Grayscale: #8F8F8F. Windows color (decimal): -6057396 or 5018275. OLE color: 5018275.

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

Color convert

RGB16314676-
CMYK00.100.530.36
HSL48.28º36.4%46.86%-
HSV(B)48.28º53.37%63.92%-
XYZ26.6928.8711-
YUV143.190.13142.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=42.34%
G=37.92%
B=19.74%

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
Decimal1631467600.100.530.3648.2836.446.86
HexA3924C0A352430242f
Octal2432221140126544604457
Binary1010001110010010100110001010110101100100110000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3924C; }

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

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

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

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

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

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

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

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