#A49754

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

Shades of Husk #A49754

Tints of Husk #A49754

Color information

#A49754 (or 0xA49754) is unknown color: approx Husk. HEX triplet: A4, 97 and 54. RGB value is (164,151,84). Sum of RGB (Red+Green+Blue) = 164+151+84=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49754 is #5B68AB. Grayscale: #939393. Windows color (decimal): -5990572 or 5543844. OLE color: 5543844.

HSL color Cylindrical-coordinate representation of color #A49754: hue angle of 50.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A49754 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16415184-
CMYK00.080.490.36
HSL50.25º32.26%48.63%-
HSV(B)50.25º48.78%64.31%-
XYZ27.9830.6712.83-
YUV147.2592.31139.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=41.10%
G=37.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641518400.080.490.3650.2532.2648.63
HexA49754083124322031
Octal2442271240106144624061
Binary1010010010010111101010001000110001100100110010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49754; }

 p { color: rgb(164,151,84); }

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

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

 a { background-color: rgb(164,151,84); }

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

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

 span { border-color: rgb(164,151,84); }

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