Html Css Color HEX #A17642 Muesli

📋 copy color: '#A17642'

red 161 ◦ green 118 ◦ blue 66

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

Shades of Muesli #A17642

Tints of Muesli #A17642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 46.67%
G = 34.2%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A17642 (or 0xA17642) is known color: Muesli. HEX triplet: A1, 76 and 42. RGB value is (161,118,66). Sum of RGB (Red+Green+Blue) = 161+118+66=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17642 is #5E89BD. Grayscale: #7D7D7D. Windows color (decimal): -6195646 or 4355745. OLE color: 4355745.

HSL color Cylindrical-coordinate representation of color #A17642: hue angle of 32.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A17642 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 66 -
CMYK 0 0.27 0.59 0.37
HSL 32.84º 0.42% 0.45% -
HSV(B) 32.84º 0.59% 0.63% -
XYZ 22.16 20.93 8.03 -
YUV 124.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 161 118 66 0 0.27 0.59 0.37 32.84 0.42 0.45
Hex A1 76 42 0 1B 3B 25 21 2A 2D
Octal 241 166 102 0 33 73 45 41 52 55
Binary 10100001 1110110 1000010 0 11011 111011 100101 100001 101010 101101

Color Harmonies of #A17642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17642

Black with #A17642

Text Example


Text Example

White with #A17642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17642; }

 p { color: rgb(161,118,66); }

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

background-color css

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

 a { background-color: rgb(161,118,66); }

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

border-color css

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

 span { border-color: rgb(161,118,66); }

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