Html Css Color HEX #A77942 Muddy Waters

📋 copy color: '#A77942'

red 167 ◦ green 121 ◦ blue 66

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

Shades of Muddy Waters #A77942

Tints of Muddy Waters #A77942

RGB

 RED value IS 167 (65.63% from 255) = 47.18%

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

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

R = 47.18%
G = 34.18%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A77942 (or 0xA77942) is known color: Muddy Waters. HEX triplet: A7, 79 and 42. RGB value is (167,121,66). Sum of RGB (Red+Green+Blue) = 167+121+66=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A77942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77942 is #5886BD. Grayscale: #808080. Windows color (decimal): -5801662 or 4356519. OLE color: 4356519.

HSL color Cylindrical-coordinate representation of color #A77942: hue angle of 32.67º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A77942 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 121 66 -
CMYK 0 0.28 0.60 0.35
HSL 32.67º 0.43% 0.46% -
HSV(B) 32.67º 0.6% 0.65% -
XYZ 23.76 22.28 8.2 -
YUV 128.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 167 121 66 0 0.28 0.60 0.35 32.67 0.43 0.46
Hex A7 79 42 0 1C 3C 23 21 2B 2E
Octal 247 171 102 0 34 74 43 41 53 56
Binary 10100111 1111001 1000010 0 11100 111100 100011 100001 101011 101110

Color Harmonies of #A77942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77942

Black with #A77942

Text Example


Text Example

White with #A77942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77942; }

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

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

background-color css

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

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

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

border-color css

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

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

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