#A58053

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

Shades of Muesli #A58053

Tints of Muesli #A58053

Color information

#A58053 (or 0xA58053) is unknown color: approx Muesli. HEX triplet: A5, 80 and 53. RGB value is (165,128,83). Sum of RGB (Red+Green+Blue) = 165+128+83=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A58053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58053 is #5A7FAC. Grayscale: #868686. Windows color (decimal): -5930925 or 5472421. OLE color: 5472421.

HSL color Cylindrical-coordinate representation of color #A58053: hue angle of 32.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A58053 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16512883-
CMYK00.220.500.35
HSL32.93º33.06%48.63%-
HSV(B)32.93º49.7%64.71%-
XYZ24.824.0611.52-
YUV133.9399.26150.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=43.88%
G=34.04%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651288300.220.500.3532.9333.0648.63
HexA580530163223212131
Octal2452001230266243414161
Binary10100101100000001010011010110110010100011100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58053; }

 p { color: rgb(165,128,83); }

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

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

 a { background-color: rgb(165,128,83); }

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

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

 span { border-color: rgb(165,128,83); }

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