#A27848

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

Shades of Muesli #A27848

Tints of Muesli #A27848

Color information

#A27848 (or 0xA27848) is unknown color: approx Muesli. HEX triplet: A2, 78 and 48. RGB value is (162,120,72). Sum of RGB (Red+Green+Blue) = 162+120+72=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A27848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27848 is #5D87B7. Grayscale: #7F7F7F. Windows color (decimal): -6129592 or 4749474. OLE color: 4749474.

HSL color Cylindrical-coordinate representation of color #A27848: hue angle of 32º degrees, saturation: 0.38, 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 #A27848 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16212072-
CMYK00.260.560.36
HSL32º38.46%45.88%-
HSV(B)32º55.56%63.53%-
XYZ22.7921.589.1-
YUV127.0996.91152.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=45.76%
G=33.90%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621207200.260.560.363238.4645.88
HexA2784801A382420262e
Octal2421701100327044404656
Binary1010001011110001001000011010111000100100100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27848; }

 p { color: rgb(162,120,72); }

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

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

 a { background-color: rgb(162,120,72); }

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

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

 span { border-color: rgb(162,120,72); }

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