Html Css Color HEX #A18056 Muesli

📋 copy color: '#A18056'

red 161 ◦ green 128 ◦ blue 86

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

Shades of Muesli #A18056

Tints of Muesli #A18056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 42.93%
G = 34.13%
B = 22.93%

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

#A18056 (or 0xA18056) is known color: Muesli. HEX triplet: A1, 80 and 56. RGB value is (161,128,86). Sum of RGB (Red+Green+Blue) = 161+128+86=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18056 is #5E7FA9. Grayscale: #858585. Windows color (decimal): -6193066 or 5669025. OLE color: 5669025.

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

Color convert

RGB 161 128 86 -
CMYK 0 0.20 0.47 0.37
HSL 33.6º 0.3% 0.48% -
HSV(B) 33.6º 0.47% 0.63% -
XYZ 24.1 23.69 12.11 -
YUV 133.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 161 128 86 0 0.20 0.47 0.37 33.6 0.3 0.48
Hex A1 80 56 0 14 2F 25 22 1E 30
Octal 241 200 126 0 24 57 45 42 36 60
Binary 10100001 10000000 1010110 0 10100 101111 100101 100010 11110 110000

Color Harmonies of #A18056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18056

Black with #A18056

Text Example


Text Example

White with #A18056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18056; }

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

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

background-color css

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

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

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

border-color css

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

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

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