Html Css Color HEX #A18351 Muesli

📋 copy color: '#A18351'

red 161 ◦ green 131 ◦ blue 81

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

Shades of Muesli #A18351

Tints of Muesli #A18351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 43.16%
G = 35.12%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18351 (or 0xA18351) is known color: Muesli. HEX triplet: A1, 83 and 51. RGB value is (161,131,81). Sum of RGB (Red+Green+Blue) = 161+131+81=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18351 is #5E7CAE. Grayscale: #868686. Windows color (decimal): -6192303 or 5342113. OLE color: 5342113.

HSL color Cylindrical-coordinate representation of color #A18351: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18351 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 81 -
CMYK 0 0.19 0.50 0.37
HSL 37.5º 0.33% 0.47% -
HSV(B) 37.5º 0.5% 0.63% -
XYZ 24.3 24.4 11.21 -
YUV 134.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 161 131 81 0 0.19 0.50 0.37 37.5 0.33 0.47
Hex A1 83 51 0 13 32 25 26 21 2F
Octal 241 203 121 0 23 62 45 46 41 57
Binary 10100001 10000011 1010001 0 10011 110010 100101 100110 100001 101111

Color Harmonies of #A18351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18351

Black with #A18351

Text Example


Text Example

White with #A18351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18351; }

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

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

background-color css

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

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

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

border-color css

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

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

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