Html Css Color HEX #A17E56 Muesli

📋 copy color: '#A17E56'

red 161 ◦ green 126 ◦ blue 86

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

Shades of Muesli #A17E56

Tints of Muesli #A17E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 43.16%
G = 33.78%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A17E56 (or 0xA17E56) is known color: Muesli. HEX triplet: A1, 7E and 56. RGB value is (161,126,86). Sum of RGB (Red+Green+Blue) = 161+126+86=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E56 is #5E81A9. Grayscale: #848484. Windows color (decimal): -6193578 or 5668513. OLE color: 5668513.

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

Color convert

RGB 161 126 86 -
CMYK 0 0.22 0.47 0.37
HSL 32º 0.3% 0.48% -
HSV(B) 32º 0.47% 0.63% -
XYZ 23.84 23.17 12.02 -
YUV 131.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 161 126 86 0 0.22 0.47 0.37 32 0.3 0.48
Hex A1 7E 56 0 16 2F 25 20 1E 30
Octal 241 176 126 0 26 57 45 40 36 60
Binary 10100001 1111110 1010110 0 10110 101111 100101 100000 11110 110000

Color Harmonies of #A17E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E56

Black with #A17E56

Text Example


Text Example

White with #A17E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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