#A4994B

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

Shades of Husk #A4994B

Tints of Husk #A4994B

Color information

#A4994B (or 0xA4994B) is unknown color: approx Husk. HEX triplet: A4, 99 and 4B. RGB value is (164,153,75). Sum of RGB (Red+Green+Blue) = 164+153+75=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4994B is #5B66B4. Grayscale: #939393. Windows color (decimal): -5990069 or 4954532. OLE color: 4954532.

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

Color convert

RGB16415375-
CMYK00.070.540.36
HSL52.58º37.24%46.86%-
HSV(B)52.58º54.27%64.31%-
XYZ27.9731.1811.2-
YUV147.487.14139.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=41.84%
G=39.03%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641537500.070.540.3652.5837.2446.86
HexA4994B07362435252f
Octal244231113076644654557
Binary101001001001100110010110111110110100100110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4994B; }

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

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

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

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

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

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

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

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