#A4954B

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

Shades of Husk #A4954B

Tints of Husk #A4954B

Color information

#A4954B (or 0xA4954B) is unknown color: approx Husk. HEX triplet: A4, 95 and 4B. RGB value is (164,149,75). Sum of RGB (Red+Green+Blue) = 164+149+75=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4954B is #5B6AB4. Grayscale: #919191. Windows color (decimal): -5991093 or 4953508. OLE color: 4953508.

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

Color convert

RGB16414975-
CMYK00.090.540.36
HSL49.89º37.24%46.86%-
HSV(B)49.89º54.27%64.31%-
XYZ27.3329.910.99-
YUV145.0588.47141.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=42.27%
G=38.40%
B=19.33%

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
Decimal1641497500.090.540.3649.8937.2446.86
HexA4954B09362432252f
Octal2442251130116644624557
Binary1010010010010101100101101001110110100100110010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4954B; }

 p { color: rgb(164,149,75); }

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

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

 a { background-color: rgb(164,149,75); }

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

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

 span { border-color: rgb(164,149,75); }

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