#A28357

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

Shades of Muesli #A28357

Tints of Muesli #A28357

Color information

#A28357 (or 0xA28357) is unknown color: approx Muesli. HEX triplet: A2, 83 and 57. RGB value is (162,131,87). Sum of RGB (Red+Green+Blue) = 162+131+87=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28357 is #5D7CA8. Grayscale: #878787. Windows color (decimal): -6126761 or 5735330. OLE color: 5735330.

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

Color convert

RGB16213187-
CMYK00.190.460.36
HSL35.2º30.12%48.82%-
HSV(B)35.2º46.3%63.53%-
XYZ24.7424.612.46-
YUV135.25100.77147.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=42.63%
G=34.47%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621318700.190.460.3635.230.1248.82
HexA283570132E24231e31
Octal2422031270235644433661
Binary1010001010000011101011101001110111010010010001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28357; }

 p { color: rgb(162,131,87); }

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

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

 a { background-color: rgb(162,131,87); }

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

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

 span { border-color: rgb(162,131,87); }

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