#A27E55

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

Shades of Muesli #A27E55

Tints of Muesli #A27E55

Color information

#A27E55 (or 0xA27E55) is unknown color: approx Muesli. HEX triplet: A2, 7E and 55. RGB value is (162,126,85). Sum of RGB (Red+Green+Blue) = 162+126+85=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E55 is #5D81AA. Grayscale: #848484. Windows color (decimal): -6128043 or 5602978. OLE color: 5602978.

HSL color Cylindrical-coordinate representation of color #A27E55: hue angle of 31.95º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27E55 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16212685-
CMYK00.220.480.36
HSL31.95º31.17%48.43%-
HSV(B)31.95º47.53%63.53%-
XYZ2423.2611.82-
YUV132.09101.43149.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=43.43%
G=33.78%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621268500.220.480.3631.9531.1748.43
HexA27E550163024201f30
Octal2421761250266044403760
Binary101000101111110101010101011011000010010010000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E55; }

 p { color: rgb(162,126,85); }

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

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

 a { background-color: rgb(162,126,85); }

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

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

 span { border-color: rgb(162,126,85); }

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