#A28258

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

Shades of Muesli #A28258

Tints of Muesli #A28258

Color information

#A28258 (or 0xA28258) is unknown color: approx Muesli. HEX triplet: A2, 82 and 58. RGB value is (162,130,88). Sum of RGB (Red+Green+Blue) = 162+130+88=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28258 is #5D7DA7. Grayscale: #868686. Windows color (decimal): -6127016 or 5800610. OLE color: 5800610.

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

Color convert

RGB16213088-
CMYK00.200.460.36
HSL34.05º29.6%49.02%-
HSV(B)34.05º45.68%63.53%-
XYZ24.6424.3512.63-
YUV134.78101.6147.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=42.63%
G=34.21%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621308800.200.460.3634.0529.649.02
HexA282580142E24221e31
Octal2422021300245644423661
Binary1010001010000010101100001010010111010010010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28258; }

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

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

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

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

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

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

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

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