Html Css Color HEX #A08355 Muesli

📋 copy color: '#A08355'

red 160 ◦ green 131 ◦ blue 85

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

Shades of Muesli #A08355

Tints of Muesli #A08355

RGB

 RED value IS 160 (62.89% from 255) = 42.55%

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 42.55%
G = 34.84%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A08355 (or 0xA08355) is known color: Muesli. HEX triplet: A0, 83 and 55. RGB value is (160,131,85). Sum of RGB (Red+Green+Blue) = 160+131+85=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A08355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08355 is #5F7CAA. Grayscale: #868686. Windows color (decimal): -6257835 or 5604256. OLE color: 5604256.

HSL color Cylindrical-coordinate representation of color #A08355: hue angle of 36.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A08355 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 85 -
CMYK 0 0.18 0.47 0.37
HSL 36.8º 0.31% 0.48% -
HSV(B) 36.8º 0.47% 0.63% -
XYZ 24.25 24.36 12.02 -
YUV 134.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 160 131 85 0 0.18 0.47 0.37 36.8 0.31 0.48
Hex A0 83 55 0 12 2F 25 25 1F 30
Octal 240 203 125 0 22 57 45 45 37 60
Binary 10100000 10000011 1010101 0 10010 101111 100101 100101 11111 110000

Color Harmonies of #A08355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08355

Black with #A08355

Text Example


Text Example

White with #A08355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08355; }

 p { color: rgb(160,131,85); }

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

background-color css

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

 a { background-color: rgb(160,131,85); }

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

border-color css

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

 span { border-color: rgb(160,131,85); }

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