#A2944B

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

Shades of Husk #A2944B

Tints of Husk #A2944B

Color information

#A2944B (or 0xA2944B) is unknown color: approx Husk. HEX triplet: A2, 94 and 4B. RGB value is (162,148,75). Sum of RGB (Red+Green+Blue) = 162+148+75=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2944B is #5D6BB4. Grayscale: #909090. Windows color (decimal): -6122421 or 4953250. OLE color: 4953250.

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

Color convert

RGB16214875-
CMYK00.090.540.36
HSL50.34º36.71%46.47%-
HSV(B)50.34º53.7%63.53%-
XYZ26.7629.3710.92-
YUV143.8689.14140.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=42.08%
G=38.44%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621487500.090.540.3650.3436.7146.47
HexA2944B09362432252e
Octal2422241130116644624556
Binary1010001010010100100101101001110110100100110010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2944B; }

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

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

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

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

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

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

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

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