#A27645

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

Shades of Muesli #A27645

Tints of Muesli #A27645

Color information

#A27645 (or 0xA27645) is unknown color: approx Muesli. HEX triplet: A2, 76 and 45. RGB value is (162,118,69). Sum of RGB (Red+Green+Blue) = 162+118+69=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A27645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27645 is #5D89BA. Grayscale: #7D7D7D. Windows color (decimal): -6130107 or 4552354. OLE color: 4552354.

HSL color Cylindrical-coordinate representation of color #A27645: hue angle of 31.61º 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 #A27645 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16211869-
CMYK00.270.570.36
HSL31.61º40.26%45.29%-
HSV(B)31.61º57.41%63.53%-
XYZ22.4521.078.51-
YUV125.5796.08153.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=46.42%
G=33.81%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621186900.270.570.3631.6140.2645.29
HexA2764501B392420282d
Octal2421661050337144405055
Binary1010001011101101000101011011111001100100100000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27645; }

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

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

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

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

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

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

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

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