Html Css Color HEX #A17F4F Muesli

📋 copy color: '#A17F4F'

red 161 ◦ green 127 ◦ blue 79

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

Shades of Muesli #A17F4F

Tints of Muesli #A17F4F

RGB

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

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

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

R = 43.87%
G = 34.6%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A17F4F (or 0xA17F4F) is known color: Muesli. HEX triplet: A1, 7F and 4F. RGB value is (161,127,79). Sum of RGB (Red+Green+Blue) = 161+127+79=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F4F is #5E80B0. Grayscale: #838383. Windows color (decimal): -6193329 or 5210017. OLE color: 5210017.

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

Color convert

RGB 161 127 79 -
CMYK 0 0.21 0.51 0.37
HSL 35.12º 0.34% 0.47% -
HSV(B) 35.12º 0.51% 0.63% -
XYZ 23.7 23.32 10.65 -
YUV 131.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 161 127 79 0 0.21 0.51 0.37 35.12 0.34 0.47
Hex A1 7F 4F 0 15 33 25 23 22 2F
Octal 241 177 117 0 25 63 45 43 42 57
Binary 10100001 1111111 1001111 0 10101 110011 100101 100011 100010 101111

Color Harmonies of #A17F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F4F

Black with #A17F4F

Text Example


Text Example

White with #A17F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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