#A27B47

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

Shades of Muesli #A27B47

Tints of Muesli #A27B47

Color information

#A27B47 (or 0xA27B47) is unknown color: approx Muesli. HEX triplet: A2, 7B and 47. RGB value is (162,123,71). Sum of RGB (Red+Green+Blue) = 162+123+71=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B47 is #5D84B8. Grayscale: #808080. Windows color (decimal): -6128825 or 4684706. OLE color: 4684706.

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

Color convert

RGB16212371-
CMYK00.240.560.36
HSL34.29º39.06%45.69%-
HSV(B)34.29º56.17%63.53%-
XYZ23.1222.39.05-
YUV128.7395.42151.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=45.51%
G=34.55%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621237100.240.560.3634.2939.0645.69
HexA27B47018382422272e
Octal2421731070307044424756
Binary1010001011110111000111011000111000100100100010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B47; }

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

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

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

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

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

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

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

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