Html Css Color HEX #A1855A Muesli

📋 copy color: '#A1855A'

red 161 ◦ green 133 ◦ blue 90

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

Shades of Muesli #A1855A

Tints of Muesli #A1855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 41.93%
G = 34.64%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1855A (or 0xA1855A) is known color: Muesli. HEX triplet: A1, 85 and 5A. RGB value is (161,133,90). Sum of RGB (Red+Green+Blue) = 161+133+90=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1855A is #5E7AA5. Grayscale: #888888. Windows color (decimal): -6191782 or 5932449. OLE color: 5932449.

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

Color convert

RGB 161 133 90 -
CMYK 0 0.17 0.44 0.37
HSL 36.34º 0.28% 0.49% -
HSV(B) 36.34º 0.44% 0.63% -
XYZ 24.93 25.09 13.2 -
YUV 136.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 161 133 90 0 0.17 0.44 0.37 36.34 0.28 0.49
Hex A1 85 5A 0 11 2C 25 24 1C 31
Octal 241 205 132 0 21 54 45 44 34 61
Binary 10100001 10000101 1011010 0 10001 101100 100101 100100 11100 110001

Color Harmonies of #A1855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1855A

Black with #A1855A

Text Example


Text Example

White with #A1855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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