#A2985A

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

Shades of Husk #A2985A

Tints of Husk #A2985A

Color information

#A2985A (or 0xA2985A) is unknown color: approx Husk. HEX triplet: A2, 98 and 5A. RGB value is (162,152,90). Sum of RGB (Red+Green+Blue) = 162+152+90=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2985A is #5D67A5. Grayscale: #949494. Windows color (decimal): -6121382 or 5937314. OLE color: 5937314.

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

Color convert

RGB16215290-
CMYK00.060.440.36
HSL51.67º28.57%49.41%-
HSV(B)51.67º44.44%63.53%-
XYZ27.9730.8814.16-
YUV147.9295.31138.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=40.10%
G=37.62%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621529000.060.440.3651.6728.5749.41
HexA2985A062C24341d31
Octal242230132065444643561
Binary10100010100110001011010011010110010010011010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2985A; }

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

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

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

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

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

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

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

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