Html Css Color HEX #A18353 Muesli

📋 copy color: '#A18353'

red 161 ◦ green 131 ◦ blue 83

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

Shades of Muesli #A18353

Tints of Muesli #A18353

RGB

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

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

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

R = 42.93%
G = 34.93%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A18353 (or 0xA18353) is known color: Muesli. HEX triplet: A1, 83 and 53. RGB value is (161,131,83). Sum of RGB (Red+Green+Blue) = 161+131+83=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18353 is #5E7CAC. Grayscale: #868686. Windows color (decimal): -6192301 or 5473185. OLE color: 5473185.

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

Color convert

RGB 161 131 83 -
CMYK 0 0.19 0.48 0.37
HSL 36.92º 0.32% 0.48% -
HSV(B) 36.92º 0.48% 0.63% -
XYZ 24.38 24.43 11.62 -
YUV 134.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 161 131 83 0 0.19 0.48 0.37 36.92 0.32 0.48
Hex A1 83 53 0 13 30 25 25 20 30
Octal 241 203 123 0 23 60 45 45 40 60
Binary 10100001 10000011 1010011 0 10011 110000 100101 100101 100000 110000

Color Harmonies of #A18353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18353

Black with #A18353

Text Example


Text Example

White with #A18353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18353; }

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

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

background-color css

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

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

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

border-color css

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

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

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