#A17A48

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

Shades of Muesli #A17A48

Tints of Muesli #A17A48

Color information

#A17A48 (or 0xA17A48) is unknown color: approx Muesli. HEX triplet: A1, 7A and 48. RGB value is (161,122,72). Sum of RGB (Red+Green+Blue) = 161+122+72=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A48 is #5E85B7. Grayscale: #808080. Windows color (decimal): -6194616 or 4749985. OLE color: 4749985.

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

Color convert

RGB16112272-
CMYK00.240.550.37
HSL33.71º38.2%45.69%-
HSV(B)33.71º55.28%63.14%-
XYZ22.8321.969.17-
YUV127.9696.42151.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=45.35%
G=34.37%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611227200.240.550.3733.7138.245.69
HexA17A48018372522262e
Octal2411721100306745424656
Binary1010000111110101001000011000110111100101100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A48; }

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

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

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

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

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

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

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

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