#A3974F

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

Shades of Husk #A3974F

Tints of Husk #A3974F

Color information

#A3974F (or 0xA3974F) is unknown color: approx Husk. HEX triplet: A3, 97 and 4F. RGB value is (163,151,79). Sum of RGB (Red+Green+Blue) = 163+151+79=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3974F is #5C68B0. Grayscale: #929292. Windows color (decimal): -6056113 or 5216163. OLE color: 5216163.

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

Color convert

RGB16315179-
CMYK00.070.520.36
HSL51.43º34.71%47.45%-
HSV(B)51.43º51.53%63.92%-
XYZ27.5830.4811.83-
YUV146.3889.98139.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=41.48%
G=38.42%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631517900.070.520.3651.4334.7147.45
HexA3974F07342433232f
Octal243227117076444634357
Binary101000111001011110011110111110100100100110011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3974F; }

 p { color: rgb(163,151,79); }

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

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

 a { background-color: rgb(163,151,79); }

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

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

 span { border-color: rgb(163,151,79); }

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