#A28052

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

Shades of Muesli #A28052

Tints of Muesli #A28052

Color information

#A28052 (or 0xA28052) is unknown color: approx Muesli. HEX triplet: A2, 80 and 52. RGB value is (162,128,82). Sum of RGB (Red+Green+Blue) = 162+128+82=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28052 is #5D7FAD. Grayscale: #858585. Windows color (decimal): -6127534 or 5406882. OLE color: 5406882.

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

Color convert

RGB16212882-
CMYK00.210.490.36
HSL34.5º32.79%47.84%-
HSV(B)34.5º49.38%63.53%-
XYZ24.1423.7311.29-
YUV132.9299.26148.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=43.55%
G=34.41%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621288200.210.490.3634.532.7947.84
HexA280520153124232130
Octal2422001220256144434160
Binary10100010100000001010010010101110001100100100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28052; }

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

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

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

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

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

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

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

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