Html Css Color HEX #A17F55 Muesli

📋 copy color: '#A17F55'

red 161 ◦ green 127 ◦ blue 85

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

Shades of Muesli #A17F55

Tints of Muesli #A17F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 43.16%
G = 34.05%
B = 22.79%

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

#A17F55 (or 0xA17F55) is known color: Muesli. HEX triplet: A1, 7F and 55. RGB value is (161,127,85). Sum of RGB (Red+Green+Blue) = 161+127+85=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F55 is #5E80AA. Grayscale: #848484. Windows color (decimal): -6193323 or 5603233. OLE color: 5603233.

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

Color convert

RGB 161 127 85 -
CMYK 0 0.21 0.47 0.37
HSL 33.16º 0.31% 0.48% -
HSV(B) 33.16º 0.47% 0.63% -
XYZ 23.93 23.41 11.85 -
YUV 132.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 161 127 85 0 0.21 0.47 0.37 33.16 0.31 0.48
Hex A1 7F 55 0 15 2F 25 21 1F 30
Octal 241 177 125 0 25 57 45 41 37 60
Binary 10100001 1111111 1010101 0 10101 101111 100101 100001 11111 110000

Color Harmonies of #A17F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F55

Black with #A17F55

Text Example


Text Example

White with #A17F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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