Html Css Color HEX #A17F50 Muesli

📋 copy color: '#A17F50'

red 161 ◦ green 127 ◦ blue 80

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

Shades of Muesli #A17F50

Tints of Muesli #A17F50

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 43.75%
G = 34.51%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A17F50 (or 0xA17F50) is known color: Muesli. HEX triplet: A1, 7F and 50. RGB value is (161,127,80). Sum of RGB (Red+Green+Blue) = 161+127+80=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F50 is #5E80AF. Grayscale: #848484. Windows color (decimal): -6193328 or 5275553. OLE color: 5275553.

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

Color convert

RGB 161 127 80 -
CMYK 0 0.21 0.50 0.37
HSL 34.81º 0.34% 0.47% -
HSV(B) 34.81º 0.5% 0.63% -
XYZ 23.74 23.34 10.84 -
YUV 131.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 161 127 80 0 0.21 0.50 0.37 34.81 0.34 0.47
Hex A1 7F 50 0 15 32 25 23 22 2F
Octal 241 177 120 0 25 62 45 43 42 57
Binary 10100001 1111111 1010000 0 10101 110010 100101 100011 100010 101111

Color Harmonies of #A17F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F50

Black with #A17F50

Text Example


Text Example

White with #A17F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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