Html Css Color HEX #A17F4E Muesli

📋 copy color: '#A17F4E'

red 161 ◦ green 127 ◦ blue 78

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

Shades of Muesli #A17F4E

Tints of Muesli #A17F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 43.99%
G = 34.7%
B = 21.31%

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

#A17F4E (or 0xA17F4E) is known color: Muesli. HEX triplet: A1, 7F and 4E. RGB value is (161,127,78). Sum of RGB (Red+Green+Blue) = 161+127+78=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F4E is #5E80B1. Grayscale: #838383. Windows color (decimal): -6193330 or 5144481. OLE color: 5144481.

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

Color convert

RGB 161 127 78 -
CMYK 0 0.21 0.52 0.37
HSL 35.42º 0.35% 0.47% -
HSV(B) 35.42º 0.52% 0.63% -
XYZ 23.66 23.31 10.46 -
YUV 131.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 161 127 78 0 0.21 0.52 0.37 35.42 0.35 0.47
Hex A1 7F 4E 0 15 34 25 23 23 2F
Octal 241 177 116 0 25 64 45 43 43 57
Binary 10100001 1111111 1001110 0 10101 110100 100101 100011 100011 101111

Color Harmonies of #A17F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F4E

Black with #A17F4E

Text Example


Text Example

White with #A17F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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