Html Css Color HEX #A17A4C Muesli

📋 copy color: '#A17A4C'

red 161 ◦ green 122 ◦ blue 76

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

Shades of Muesli #A17A4C

Tints of Muesli #A17A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 44.85%
G = 33.98%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A17A4C (or 0xA17A4C) is known color: Muesli. HEX triplet: A1, 7A and 4C. RGB value is (161,122,76). Sum of RGB (Red+Green+Blue) = 161+122+76=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A4C is #5E85B3. Grayscale: #808080. Windows color (decimal): -6194612 or 5012129. OLE color: 5012129.

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

Color convert

RGB 161 122 76 -
CMYK 0 0.24 0.53 0.37
HSL 32.47º 0.36% 0.46% -
HSV(B) 32.47º 0.53% 0.63% -
XYZ 22.96 22.02 9.88 -
YUV 128.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 161 122 76 0 0.24 0.53 0.37 32.47 0.36 0.46
Hex A1 7A 4C 0 18 35 25 20 24 2E
Octal 241 172 114 0 30 65 45 40 44 56
Binary 10100001 1111010 1001100 0 11000 110101 100101 100000 100100 101110

Color Harmonies of #A17A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A4C

Black with #A17A4C

Text Example


Text Example

White with #A17A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A4C; }

 p { color: rgb(161,122,76); }

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

background-color css

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

 a { background-color: rgb(161,122,76); }

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

border-color css

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

 span { border-color: rgb(161,122,76); }

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