Html Css Color HEX #A17942 Muesli

📋 copy color: '#A17942'

red 161 ◦ green 121 ◦ blue 66

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

Shades of Muesli #A17942

Tints of Muesli #A17942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 46.26%
G = 34.77%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A17942 (or 0xA17942) is known color: Muesli. HEX triplet: A1, 79 and 42. RGB value is (161,121,66). Sum of RGB (Red+Green+Blue) = 161+121+66=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17942 is #5E86BD. Grayscale: #7E7E7E. Windows color (decimal): -6194878 or 4356513. OLE color: 4356513.

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

Color convert

RGB 161 121 66 -
CMYK 0 0.25 0.59 0.37
HSL 34.74º 0.42% 0.45% -
HSV(B) 34.74º 0.59% 0.63% -
XYZ 22.52 21.65 8.15 -
YUV 126.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 161 121 66 0 0.25 0.59 0.37 34.74 0.42 0.45
Hex A1 79 42 0 19 3B 25 23 2A 2D
Octal 241 171 102 0 31 73 45 43 52 55
Binary 10100001 1111001 1000010 0 11001 111011 100101 100011 101010 101101

Color Harmonies of #A17942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17942

Black with #A17942

Text Example


Text Example

White with #A17942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17942; }

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

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

background-color css

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

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

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

border-color css

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

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

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