#A28253

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

Shades of Muesli #A28253

Tints of Muesli #A28253

Color information

#A28253 (or 0xA28253) is unknown color: approx Muesli. HEX triplet: A2, 82 and 53. RGB value is (162,130,83). Sum of RGB (Red+Green+Blue) = 162+130+83=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28253 is #5D7DAC. Grayscale: #868686. Windows color (decimal): -6127021 or 5472930. OLE color: 5472930.

HSL color Cylindrical-coordinate representation of color #A28253: hue angle of 35.7º degrees, saturation: 0.32, 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 #A28253 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16213083-
CMYK00.200.490.36
HSL35.7º32.24%48.04%-
HSV(B)35.7º48.77%63.53%-
XYZ24.4424.2711.58-
YUV134.2199.1147.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=43.2%
G=34.67%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621308300.200.490.3635.732.2448.04
HexA282530143124242030
Octal2422021230246144444060
Binary10100010100000101010011010100110001100100100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28253; }

 p { color: rgb(162,130,83); }

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

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

 a { background-color: rgb(162,130,83); }

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

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

 span { border-color: rgb(162,130,83); }

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