Html Css Color HEX #A1855B Muesli

📋 copy color: '#A1855B'

red 161 ◦ green 133 ◦ blue 91

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

Shades of Muesli #A1855B

Tints of Muesli #A1855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 41.82%
G = 34.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1855B (or 0xA1855B) is known color: Muesli. HEX triplet: A1, 85 and 5B. RGB value is (161,133,91). Sum of RGB (Red+Green+Blue) = 161+133+91=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1855B is #5E7AA4. Grayscale: #888888. Windows color (decimal): -6191781 or 5997985. OLE color: 5997985.

HSL color Cylindrical-coordinate representation of color #A1855B: hue angle of 36º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1855B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 91 -
CMYK 0 0.17 0.43 0.37
HSL 36º 0.28% 0.49% -
HSV(B) 36º 0.43% 0.63% -
XYZ 24.97 25.11 13.43 -
YUV 136.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 161 133 91 0 0.17 0.43 0.37 36 0.28 0.49
Hex A1 85 5B 0 11 2B 25 24 1C 31
Octal 241 205 133 0 21 53 45 44 34 61
Binary 10100001 10000101 1011011 0 10001 101011 100101 100100 11100 110001

Color Harmonies of #A1855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1855B

Black with #A1855B

Text Example


Text Example

White with #A1855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1855B; }

 p { color: rgb(161,133,91); }

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

background-color css

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

 a { background-color: rgb(161,133,91); }

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

border-color css

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

 span { border-color: rgb(161,133,91); }

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