#A27545

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

Shades of Muesli #A27545

Tints of Muesli #A27545

Color information

#A27545 (or 0xA27545) is unknown color: approx Muesli. HEX triplet: A2, 75 and 45. RGB value is (162,117,69). Sum of RGB (Red+Green+Blue) = 162+117+69=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27545 is #5D8ABA. Grayscale: #7D7D7D. Windows color (decimal): -6130363 or 4552098. OLE color: 4552098.

HSL color Cylindrical-coordinate representation of color #A27545: hue angle of 30.97º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A27545 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16211769-
CMYK00.280.570.36
HSL30.97º40.26%45.29%-
HSV(B)30.97º57.41%63.53%-
XYZ22.3420.838.47-
YUV124.9896.41154.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=46.55%
G=33.62%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621176900.280.570.3630.9740.2645.29
HexA2754501C39241f282d
Octal2421651050347144375055
Binary101000101110101100010101110011100110010011111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27545; }

 p { color: rgb(162,117,69); }

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

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

 a { background-color: rgb(162,117,69); }

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

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

 span { border-color: rgb(162,117,69); }

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