Html Css Color HEX #A18156 Muesli

📋 copy color: '#A18156'

red 161 ◦ green 129 ◦ blue 86

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

Shades of Muesli #A18156

Tints of Muesli #A18156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 42.82%
G = 34.31%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A18156 (or 0xA18156) is known color: Muesli. HEX triplet: A1, 81 and 56. RGB value is (161,129,86). Sum of RGB (Red+Green+Blue) = 161+129+86=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18156 is #5E7EA9. Grayscale: #858585. Windows color (decimal): -6192810 or 5669281. OLE color: 5669281.

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

Color convert

RGB 161 129 86 -
CMYK 0 0.20 0.47 0.37
HSL 34.4º 0.3% 0.48% -
HSV(B) 34.4º 0.47% 0.63% -
XYZ 24.23 23.95 12.15 -
YUV 133.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 161 129 86 0 0.20 0.47 0.37 34.4 0.3 0.48
Hex A1 81 56 0 14 2F 25 22 1E 30
Octal 241 201 126 0 24 57 45 42 36 60
Binary 10100001 10000001 1010110 0 10100 101111 100101 100010 11110 110000

Color Harmonies of #A18156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18156

Black with #A18156

Text Example


Text Example

White with #A18156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18156; }

 p { color: rgb(161,129,86); }

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

background-color css

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

 a { background-color: rgb(161,129,86); }

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

border-color css

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

 span { border-color: rgb(161,129,86); }

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