#A17A4A

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

Shades of Muesli #A17A4A

Tints of Muesli #A17A4A

Color information

#A17A4A (or 0xA17A4A) is unknown color: approx Muesli. HEX triplet: A1, 7A and 4A. RGB value is (161,122,74). Sum of RGB (Red+Green+Blue) = 161+122+74=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A4A is #5E85B5. Grayscale: #808080. Windows color (decimal): -6194614 or 4881057. OLE color: 4881057.

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

Color convert

RGB16112274-
CMYK00.240.540.37
HSL33.1º37.02%46.08%-
HSV(B)33.1º54.04%63.14%-
XYZ22.8921.999.52-
YUV128.1997.42151.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=45.10%
G=34.17%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611227400.240.540.3733.137.0246.08
HexA17A4A018362521252e
Octal2411721120306645414556
Binary1010000111110101001010011000110110100101100001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A4A; }

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

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

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

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

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

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

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

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