Html Css Color HEX #A17F56 Muesli

📋 copy color: '#A17F56'

red 161 ◦ green 127 ◦ blue 86

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

Shades of Muesli #A17F56

Tints of Muesli #A17F56

RGB

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

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

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

R = 43.05%
G = 33.96%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A17F56 (or 0xA17F56) is known color: Muesli. HEX triplet: A1, 7F and 56. RGB value is (161,127,86). Sum of RGB (Red+Green+Blue) = 161+127+86=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F56 is #5E80A9. Grayscale: #848484. Windows color (decimal): -6193322 or 5668769. OLE color: 5668769.

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

Color convert

RGB 161 127 86 -
CMYK 0 0.21 0.47 0.37
HSL 32.8º 0.3% 0.48% -
HSV(B) 32.8º 0.47% 0.63% -
XYZ 23.97 23.43 12.06 -
YUV 132.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 161 127 86 0 0.21 0.47 0.37 32.8 0.3 0.48
Hex A1 7F 56 0 15 2F 25 21 1E 30
Octal 241 177 126 0 25 57 45 41 36 60
Binary 10100001 1111111 1010110 0 10101 101111 100101 100001 11110 110000

Color Harmonies of #A17F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F56

Black with #A17F56

Text Example


Text Example

White with #A17F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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