Html Css Color HEX #A18356 Muesli

📋 copy color: '#A18356'

red 161 ◦ green 131 ◦ blue 86

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

Shades of Muesli #A18356

Tints of Muesli #A18356

RGB

 RED value IS 161 (63.28% from 255) = 42.59%

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

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 42.59%
G = 34.66%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A18356 (or 0xA18356) is known color: Muesli. HEX triplet: A1, 83 and 56. RGB value is (161,131,86). Sum of RGB (Red+Green+Blue) = 161+131+86=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18356 is #5E7CA9. Grayscale: #878787. Windows color (decimal): -6192298 or 5669793. OLE color: 5669793.

HSL color Cylindrical-coordinate representation of color #A18356: hue angle of 36º degrees, saturation: 0.3, 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 #A18356 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 86 -
CMYK 0 0.19 0.47 0.37
HSL 36º 0.3% 0.48% -
HSV(B) 36º 0.47% 0.63% -
XYZ 24.49 24.48 12.24 -
YUV 134.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 161 131 86 0 0.19 0.47 0.37 36 0.3 0.48
Hex A1 83 56 0 13 2F 25 24 1E 30
Octal 241 203 126 0 23 57 45 44 36 60
Binary 10100001 10000011 1010110 0 10011 101111 100101 100100 11110 110000

Color Harmonies of #A18356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18356

Black with #A18356

Text Example


Text Example

White with #A18356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18356; }

 p { color: rgb(161,131,86); }

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

background-color css

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

 a { background-color: rgb(161,131,86); }

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

border-color css

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

 span { border-color: rgb(161,131,86); }

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