Html Css Color HEX #A58059 Muesli

📋 copy color: '#A58059'

red 165 ◦ green 128 ◦ blue 89

#A58059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #A58059

Tints of Muesli #A58059

RGB

 RED value IS 165 (64.84% from 255) = 43.19%

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 43.19%
G = 33.51%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A58059 (or 0xA58059) is known color: Muesli. HEX triplet: A5, 80 and 59. RGB value is (165,128,89). Sum of RGB (Red+Green+Blue) = 165+128+89=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58059 is #5A7FA6. Grayscale: #868686. Windows color (decimal): -5930919 or 5865637. OLE color: 5865637.

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

Color convert

RGB 165 128 89 -
CMYK 0 0.22 0.46 0.35
HSL 30.79º 0.3% 0.5% -
HSV(B) 30.79º 0.46% 0.65% -
XYZ 25.04 24.16 12.79 -
YUV 134.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 165 128 89 0 0.22 0.46 0.35 30.79 0.3 0.5
Hex A5 80 59 0 16 2E 23 1F 1E 32
Octal 245 200 131 0 26 56 43 37 36 62
Binary 10100101 10000000 1011001 0 10110 101110 100011 11111 11110 110010

Color Harmonies of #A58059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58059

Black with #A58059

Text Example


Text Example

White with #A58059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58059; }

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

 H1.HeaderClassName
 {
   color: #A58059;
 }
 .AnyTagClassName
 {
   color: #A58059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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