#A49A4B

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

Shades of Husk #A49A4B

Tints of Husk #A49A4B

Color information

#A49A4B (or 0xA49A4B) is unknown color: approx Husk. HEX triplet: A4, 9A and 4B. RGB value is (164,154,75). Sum of RGB (Red+Green+Blue) = 164+154+75=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A4B is #5B65B4. Grayscale: #949494. Windows color (decimal): -5989813 or 4954788. OLE color: 4954788.

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

Color convert

RGB16415475-
CMYK00.060.540.36
HSL53.26º37.24%46.86%-
HSV(B)53.26º54.27%64.31%-
XYZ28.1431.5111.26-
YUV147.9886.81139.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=41.73%
G=39.19%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641547500.060.540.3653.2637.2446.86
HexA49A4B06362435252f
Octal244232113066644654557
Binary101001001001101010010110110110110100100110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A4B; }

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

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

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

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

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

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

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

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