#A27B55

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

Shades of Muesli #A27B55

Tints of Muesli #A27B55

Color information

#A27B55 (or 0xA27B55) is unknown color: approx Muesli. HEX triplet: A2, 7B and 55. RGB value is (162,123,85). Sum of RGB (Red+Green+Blue) = 162+123+85=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B55 is #5D84AA. Grayscale: #828282. Windows color (decimal): -6128811 or 5602210. OLE color: 5602210.

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

Color convert

RGB16212385-
CMYK00.240.480.36
HSL29.61º31.17%48.43%-
HSV(B)29.61º47.53%63.53%-
XYZ23.6222.511.69-
YUV130.33102.42150.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=43.78%
G=33.24%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621238500.240.480.3629.6131.1748.43
HexA27B5501830241e1f30
Octal2421731250306044363760
Binary10100010111101110101010110001100001001001111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B55; }

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

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

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

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

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

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

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

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