#A58258

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

Shades of Muesli #A58258

Tints of Muesli #A58258

Color information

#A58258 (or 0xA58258) is unknown color: approx Muesli. HEX triplet: A5, 82 and 58. RGB value is (165,130,88). Sum of RGB (Red+Green+Blue) = 165+130+88=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58258 is #5A7DA7. Grayscale: #878787. Windows color (decimal): -5930408 or 5800613. OLE color: 5800613.

HSL color Cylindrical-coordinate representation of color #A58258: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A58258 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16513088-
CMYK00.210.470.35
HSL32.73º30.43%49.61%-
HSV(B)32.73º46.67%64.71%-
XYZ25.2624.6712.66-
YUV135.68101.1148.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=43.08%
G=33.94%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651308800.210.470.3532.7330.4349.61
HexA582580152F23211e32
Octal2452021300255743413662
Binary1010010110000010101100001010110111110001110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58258; }

 p { color: rgb(165,130,88); }

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

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

 a { background-color: rgb(165,130,88); }

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

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

 span { border-color: rgb(165,130,88); }

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