Html Css Color HEX #A17F4D Muesli

📋 copy color: '#A17F4D'

red 161 ◦ green 127 ◦ blue 77

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

Shades of Muesli #A17F4D

Tints of Muesli #A17F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 44.11%
G = 34.79%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A17F4D (or 0xA17F4D) is known color: Muesli. HEX triplet: A1, 7F and 4D. RGB value is (161,127,77). Sum of RGB (Red+Green+Blue) = 161+127+77=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F4D is #5E80B2. Grayscale: #838383. Windows color (decimal): -6193331 or 5078945. OLE color: 5078945.

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

Color convert

RGB 161 127 77 -
CMYK 0 0.21 0.52 0.37
HSL 35.71º 0.35% 0.47% -
HSV(B) 35.71º 0.52% 0.63% -
XYZ 23.63 23.29 10.27 -
YUV 131.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 161 127 77 0 0.21 0.52 0.37 35.71 0.35 0.47
Hex A1 7F 4D 0 15 34 25 24 23 2F
Octal 241 177 115 0 25 64 45 44 43 57
Binary 10100001 1111111 1001101 0 10101 110100 100101 100100 100011 101111

Color Harmonies of #A17F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F4D

Black with #A17F4D

Text Example


Text Example

White with #A17F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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