#A2984E

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

Shades of Husk #A2984E

Tints of Husk #A2984E

Color information

#A2984E (or 0xA2984E) is unknown color: approx Husk. HEX triplet: A2, 98 and 4E. RGB value is (162,152,78). Sum of RGB (Red+Green+Blue) = 162+152+78=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2984E is #5D67B1. Grayscale: #929292. Windows color (decimal): -6121394 or 5150882. OLE color: 5150882.

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

Color convert

RGB16215278-
CMYK00.060.520.36
HSL52.86º35%47.06%-
HSV(B)52.86º51.85%63.53%-
XYZ27.530.6911.68-
YUV146.5589.31139.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=41.33%
G=38.78%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621527800.060.520.3652.863547.06
HexA2984E06342435232f
Octal242230116066444654357
Binary101000101001100010011100110110100100100110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2984E; }

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

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

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

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

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

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

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

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