#A2964D

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

Shades of Husk #A2964D

Tints of Husk #A2964D

Color information

#A2964D (or 0xA2964D) is unknown color: approx Husk. HEX triplet: A2, 96 and 4D. RGB value is (162,150,77). Sum of RGB (Red+Green+Blue) = 162+150+77=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2964D is #5D69B2. Grayscale: #919191. Windows color (decimal): -6121907 or 5084834. OLE color: 5084834.

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

Color convert

RGB16215077-
CMYK00.070.520.36
HSL51.53º35.56%46.86%-
HSV(B)51.53º52.47%63.53%-
XYZ27.1530.0311.39-
YUV145.2789.48139.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=41.65%
G=38.56%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621507700.070.520.3651.5335.5646.86
HexA2964D07342434242f
Octal242226115076444644457
Binary101000101001011010011010111110100100100110100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2964D; }

 p { color: rgb(162,150,77); }

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

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

 a { background-color: rgb(162,150,77); }

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

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

 span { border-color: rgb(162,150,77); }

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