#A28458

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

Shades of Muesli #A28458

Tints of Muesli #A28458

Color information

#A28458 (or 0xA28458) is unknown color: approx Muesli. HEX triplet: A2, 84 and 58. RGB value is (162,132,88). Sum of RGB (Red+Green+Blue) = 162+132+88=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28458 is #5D7BA7. Grayscale: #888888. Windows color (decimal): -6126504 or 5801122. OLE color: 5801122.

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

Color convert

RGB16213288-
CMYK00.190.460.36
HSL35.68º29.6%49.02%-
HSV(B)35.68º45.68%63.53%-
XYZ24.9124.8912.72-
YUV135.95100.94146.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=42.41%
G=34.55%
B=23.04%

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
Decimal1621328800.190.460.3635.6829.649.02
HexA284580132E24241e31
Octal2422041300235644443661
Binary1010001010000100101100001001110111010010010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28458; }

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

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

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

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

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

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

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

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