#A3924E

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

Shades of Husk #A3924E

Tints of Husk #A3924E

Color information

#A3924E (or 0xA3924E) is unknown color: approx Husk. HEX triplet: A3, 92 and 4E. RGB value is (163,146,78). Sum of RGB (Red+Green+Blue) = 163+146+78=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3924E is #5C6DB1. Grayscale: #8F8F8F. Windows color (decimal): -6057394 or 5149347. OLE color: 5149347.

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

Color convert

RGB16314678-
CMYK00.100.520.36
HSL48º35.27%47.25%-
HSV(B)48º52.15%63.92%-
XYZ26.7628.8911.37-
YUV143.3391.13142.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=42.12%
G=37.73%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631467800.100.520.364835.2747.25
HexA3924E0A342430232f
Octal2432221160126444604357
Binary1010001110010010100111001010110100100100110000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3924E; }

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

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

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

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

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

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

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

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