#A58055

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

Shades of Muesli #A58055

Tints of Muesli #A58055

Color information

#A58055 (or 0xA58055) is unknown color: approx Muesli. HEX triplet: A5, 80 and 55. RGB value is (165,128,85). Sum of RGB (Red+Green+Blue) = 165+128+85=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58055 is #5A7FAA. Grayscale: #868686. Windows color (decimal): -5930923 or 5603493. OLE color: 5603493.

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

Color convert

RGB16512885-
CMYK00.220.480.35
HSL32.25º32%49.02%-
HSV(B)32.25º48.48%64.71%-
XYZ24.8824.0911.93-
YUV134.16100.26150-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=43.65%
G=33.86%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651288500.220.480.3532.253249.02
HexA580550163023202031
Octal2452001250266043404061
Binary10100101100000001010101010110110000100011100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58055; }

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

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

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

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

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

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

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

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