#A48052

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

Shades of Muesli #A48052

Tints of Muesli #A48052

Color information

#A48052 (or 0xA48052) is unknown color: approx Muesli. HEX triplet: A4, 80 and 52. RGB value is (164,128,82). Sum of RGB (Red+Green+Blue) = 164+128+82=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A48052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48052 is #5B7FAD. Grayscale: #858585. Windows color (decimal): -5996462 or 5406884. OLE color: 5406884.

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

Color convert

RGB16412882-
CMYK00.220.50.36
HSL33.66º33.33%48.24%-
HSV(B)33.66º50%64.31%-
XYZ24.5523.9411.31-
YUV133.5298.93149.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=43.85%
G=34.22%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641288200.220.50.3633.6633.3348.24
HexA480520163224222130
Octal2442001220266244424160
Binary10100100100000001010010010110110010100100100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48052; }

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

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

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

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

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

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

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

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