Html Css Color HEX #A18553 Muesli

📋 copy color: '#A18553'

red 161 ◦ green 133 ◦ blue 83

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

Shades of Muesli #A18553

Tints of Muesli #A18553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 42.71%
G = 35.28%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A18553 (or 0xA18553) is known color: Muesli. HEX triplet: A1, 85 and 53. RGB value is (161,133,83). Sum of RGB (Red+Green+Blue) = 161+133+83=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A18553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18553 is #5E7AAC. Grayscale: #878787. Windows color (decimal): -6191789 or 5473697. OLE color: 5473697.

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

Color convert

RGB 161 133 83 -
CMYK 0 0.17 0.48 0.37
HSL 38.46º 0.32% 0.48% -
HSV(B) 38.46º 0.48% 0.63% -
XYZ 24.65 24.98 11.71 -
YUV 135.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 161 133 83 0 0.17 0.48 0.37 38.46 0.32 0.48
Hex A1 85 53 0 11 30 25 26 20 30
Octal 241 205 123 0 21 60 45 46 40 60
Binary 10100001 10000101 1010011 0 10001 110000 100101 100110 100000 110000

Color Harmonies of #A18553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18553

Black with #A18553

Text Example


Text Example

White with #A18553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18553; }

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

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

background-color css

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

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

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

border-color css

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

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

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