#A27B50

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

Shades of Muesli #A27B50

Tints of Muesli #A27B50

Color information

#A27B50 (or 0xA27B50) is unknown color: approx Muesli. HEX triplet: A2, 7B and 50. RGB value is (162,123,80). Sum of RGB (Red+Green+Blue) = 162+123+80=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B50 is #5D84AF. Grayscale: #818181. Windows color (decimal): -6128816 or 5274530. OLE color: 5274530.

HSL color Cylindrical-coordinate representation of color #A27B50: hue angle of 31.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27B50 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16212380-
CMYK00.240.510.36
HSL31.46º33.88%47.45%-
HSV(B)31.46º50.62%63.53%-
XYZ23.4322.4310.68-
YUV129.7699.92151-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=44.38%
G=33.70%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621238000.240.510.3631.4633.8847.45
HexA27B5001833241f222f
Octal2421731200306344374257
Binary101000101111011101000001100011001110010011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B50; }

 p { color: rgb(162,123,80); }

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

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

 a { background-color: rgb(162,123,80); }

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

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

 span { border-color: rgb(162,123,80); }

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