#A17A4E

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

Shades of Muesli #A17A4E

Tints of Muesli #A17A4E

Color information

#A17A4E (or 0xA17A4E) is unknown color: approx Muesli. HEX triplet: A1, 7A and 4E. RGB value is (161,122,78). Sum of RGB (Red+Green+Blue) = 161+122+78=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A4E is #5E85B1. Grayscale: #808080. Windows color (decimal): -6194610 or 5143201. OLE color: 5143201.

HSL color Cylindrical-coordinate representation of color #A17A4E: hue angle of 31.81º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A17A4E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16112278-
CMYK00.240.520.37
HSL31.81º34.73%46.86%-
HSV(B)31.81º51.55%63.14%-
XYZ23.0322.0510.25-
YUV128.6499.42151.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=44.60%
G=33.80%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611227800.240.520.3731.8134.7346.86
HexA17A4E018342520232f
Octal2411721160306445404357
Binary1010000111110101001110011000110100100101100000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A4E; }

 p { color: rgb(161,122,78); }

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

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

 a { background-color: rgb(161,122,78); }

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

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

 span { border-color: rgb(161,122,78); }

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