#A4924C

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

Shades of Husk #A4924C

Tints of Husk #A4924C

Color information

#A4924C (or 0xA4924C) is unknown color: approx Husk. HEX triplet: A4, 92 and 4C. RGB value is (164,146,76). Sum of RGB (Red+Green+Blue) = 164+146+76=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4924C is #5B6DB3. Grayscale: #8F8F8F. Windows color (decimal): -5991860 or 5018276. OLE color: 5018276.

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

Color convert

RGB16414676-
CMYK00.110.540.36
HSL47.73º36.67%47.06%-
HSV(B)47.73º53.66%64.31%-
XYZ26.8928.9711.01-
YUV143.489.96142.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=42.49%
G=37.82%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641467600.110.540.3647.7336.6747.06
HexA4924C0B362430252f
Octal2442221140136644604557
Binary1010010010010010100110001011110110100100110000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4924C; }

 p { color: rgb(164,146,76); }

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

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

 a { background-color: rgb(164,146,76); }

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

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

 span { border-color: rgb(164,146,76); }

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