#A2984F

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

Shades of Husk #A2984F

Tints of Husk #A2984F

Color information

#A2984F (or 0xA2984F) is unknown color: approx Husk. HEX triplet: A2, 98 and 4F. RGB value is (162,152,79). Sum of RGB (Red+Green+Blue) = 162+152+79=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2984F is #5D67B0. Grayscale: #929292. Windows color (decimal): -6121393 or 5216418. OLE color: 5216418.

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

Color convert

RGB16215279-
CMYK00.060.510.36
HSL52.77º34.44%47.25%-
HSV(B)52.77º51.23%63.53%-
XYZ27.5430.711.87-
YUV146.6789.81138.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=41.22%
G=38.68%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621527900.060.510.3652.7734.4447.25
HexA2984F06332435222f
Octal242230117066344654257
Binary101000101001100010011110110110011100100110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2984F; }

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

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

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

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

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

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

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

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