Html Css Color HEX #A17C50 Muesli

📋 copy color: '#A17C50'

red 161 ◦ green 124 ◦ blue 80

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

Shades of Muesli #A17C50

Tints of Muesli #A17C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 44.11%
G = 33.97%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A17C50 (or 0xA17C50) is known color: Muesli. HEX triplet: A1, 7C and 50. RGB value is (161,124,80). Sum of RGB (Red+Green+Blue) = 161+124+80=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C50 is #5E83AF. Grayscale: #828282. Windows color (decimal): -6194096 or 5274785. OLE color: 5274785.

HSL color Cylindrical-coordinate representation of color #A17C50: hue angle of 32.59º degrees, saturation: 0.34, 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 #A17C50 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 80 -
CMYK 0 0.23 0.50 0.37
HSL 32.59º 0.34% 0.47% -
HSV(B) 32.59º 0.5% 0.63% -
XYZ 23.35 22.57 10.72 -
YUV 130.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 161 124 80 0 0.23 0.50 0.37 32.59 0.34 0.47
Hex A1 7C 50 0 17 32 25 21 22 2F
Octal 241 174 120 0 27 62 45 41 42 57
Binary 10100001 1111100 1010000 0 10111 110010 100101 100001 100010 101111

Color Harmonies of #A17C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C50

Black with #A17C50

Text Example


Text Example

White with #A17C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C50; }

 p { color: rgb(161,124,80); }

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

background-color css

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

 a { background-color: rgb(161,124,80); }

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

border-color css

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

 span { border-color: rgb(161,124,80); }

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