Html Css Color HEX #A17D4A Muesli

📋 copy color: '#A17D4A'

red 161 ◦ green 125 ◦ blue 74

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

Shades of Muesli #A17D4A

Tints of Muesli #A17D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 44.72%
G = 34.72%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A17D4A (or 0xA17D4A) is known color: Muesli. HEX triplet: A1, 7D and 4A. RGB value is (161,125,74). Sum of RGB (Red+Green+Blue) = 161+125+74=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D4A is #5E82B5. Grayscale: #828282. Windows color (decimal): -6193846 or 4881825. OLE color: 4881825.

HSL color Cylindrical-coordinate representation of color #A17D4A: hue angle of 35.17º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A17D4A is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 74 -
CMYK 0 0.22 0.54 0.37
HSL 35.17º 0.37% 0.46% -
HSV(B) 35.17º 0.54% 0.63% -
XYZ 23.27 22.74 9.64 -
YUV 129.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 161 125 74 0 0.22 0.54 0.37 35.17 0.37 0.46
Hex A1 7D 4A 0 16 36 25 23 25 2E
Octal 241 175 112 0 26 66 45 43 45 56
Binary 10100001 1111101 1001010 0 10110 110110 100101 100011 100101 101110

Color Harmonies of #A17D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D4A

Black with #A17D4A

Text Example


Text Example

White with #A17D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D4A; }

 p { color: rgb(161,125,74); }

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

background-color css

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

 a { background-color: rgb(161,125,74); }

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

border-color css

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

 span { border-color: rgb(161,125,74); }

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