#A2984B

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

Shades of Husk #A2984B

Tints of Husk #A2984B

Color information

#A2984B (or 0xA2984B) is unknown color: approx Husk. HEX triplet: A2, 98 and 4B. RGB value is (162,152,75). Sum of RGB (Red+Green+Blue) = 162+152+75=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2984B is #5D67B4. Grayscale: #929292. Windows color (decimal): -6121397 or 4954274. OLE color: 4954274.

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

Color convert

RGB16215275-
CMYK00.060.540.36
HSL53.1º36.71%46.47%-
HSV(B)53.1º53.7%63.53%-
XYZ27.430.6511.13-
YUV146.2187.81139.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=41.65%
G=39.07%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621527500.060.540.3653.136.7146.47
HexA2984B06362435252e
Octal242230113066644654556
Binary101000101001100010010110110110110100100110101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2984B; }

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

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

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

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

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

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

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

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