#A28352

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

Shades of Muesli #A28352

Tints of Muesli #A28352

Color information

#A28352 (or 0xA28352) is unknown color: approx Muesli. HEX triplet: A2, 83 and 52. RGB value is (162,131,82). Sum of RGB (Red+Green+Blue) = 162+131+82=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28352 is #5D7CAD. Grayscale: #868686. Windows color (decimal): -6126766 or 5407650. OLE color: 5407650.

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

Color convert

RGB16213182-
CMYK00.190.490.36
HSL36.75º32.79%47.84%-
HSV(B)36.75º49.38%63.53%-
XYZ24.5424.5211.42-
YUV134.6898.27147.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=43.2%
G=34.93%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621318200.190.490.3636.7532.7947.84
HexA283520133124252130
Octal2422031220236144454160
Binary10100010100000111010010010011110001100100100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28352; }

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

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

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

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

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

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

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

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