#A49756

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

Shades of Husk #A49756

Tints of Husk #A49756

Color information

#A49756 (or 0xA49756) is unknown color: approx Husk. HEX triplet: A4, 97 and 56. RGB value is (164,151,86). Sum of RGB (Red+Green+Blue) = 164+151+86=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49756 is #5B68A9. Grayscale: #939393. Windows color (decimal): -5990570 or 5674916. OLE color: 5674916.

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

Color convert

RGB16415186-
CMYK00.080.480.36
HSL50º31.2%49.02%-
HSV(B)50º47.56%64.31%-
XYZ28.0630.713.25-
YUV147.4893.31139.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=40.90%
G=37.66%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641518600.080.480.365031.249.02
HexA49756083024321f31
Octal2442271260106044623761
Binary101001001001011110101100100011000010010011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49756; }

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

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

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

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

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

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

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

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