#A3984F

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

Shades of Husk #A3984F

Tints of Husk #A3984F

Color information

#A3984F (or 0xA3984F) is unknown color: approx Husk. HEX triplet: A3, 98 and 4F. RGB value is (163,152,79). Sum of RGB (Red+Green+Blue) = 163+152+79=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A3984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3984F is #5C67B0. Grayscale: #939393. Windows color (decimal): -6055857 or 5216419. OLE color: 5216419.

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

Color convert

RGB16315279-
CMYK00.070.520.36
HSL52.14º34.71%47.45%-
HSV(B)52.14º51.53%63.92%-
XYZ27.7430.8111.88-
YUV146.9789.64139.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=41.37%
G=38.58%
B=20.05%

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
Decimal1631527900.070.520.3652.1434.7147.45
HexA3984F07342434232f
Octal243230117076444644357
Binary101000111001100010011110111110100100100110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3984F; }

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

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

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

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

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

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

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

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