Html Css Color HEX #A17C4F Muesli

📋 copy color: '#A17C4F'

red 161 ◦ green 124 ◦ blue 79

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

Shades of Muesli #A17C4F

Tints of Muesli #A17C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 44.23%
G = 34.07%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A17C4F (or 0xA17C4F) is known color: Muesli. HEX triplet: A1, 7C and 4F. RGB value is (161,124,79). Sum of RGB (Red+Green+Blue) = 161+124+79=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C4F is #5E83B0. Grayscale: #828282. Windows color (decimal): -6194097 or 5209249. OLE color: 5209249.

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

Color convert

RGB 161 124 79 -
CMYK 0 0.23 0.51 0.37
HSL 32.93º 0.34% 0.47% -
HSV(B) 32.93º 0.51% 0.63% -
XYZ 23.32 22.56 10.52 -
YUV 129.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 161 124 79 0 0.23 0.51 0.37 32.93 0.34 0.47
Hex A1 7C 4F 0 17 33 25 21 22 2F
Octal 241 174 117 0 27 63 45 41 42 57
Binary 10100001 1111100 1001111 0 10111 110011 100101 100001 100010 101111

Color Harmonies of #A17C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C4F

Black with #A17C4F

Text Example


Text Example

White with #A17C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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