Html Css Color HEX #A77E42 Muddy Waters

📋 copy color: '#A77E42'

red 167 ◦ green 126 ◦ blue 66

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

Shades of Muddy Waters #A77E42

Tints of Muddy Waters #A77E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 46.52%
G = 35.1%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A77E42 (or 0xA77E42) is known color: Muddy Waters. HEX triplet: A7, 7E and 42. RGB value is (167,126,66). Sum of RGB (Red+Green+Blue) = 167+126+66=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E42 is #5881BD. Grayscale: #838383. Windows color (decimal): -5800382 or 4357799. OLE color: 4357799.

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

Color convert

RGB 167 126 66 -
CMYK 0 0.25 0.60 0.35
HSL 35.64º 0.43% 0.46% -
HSV(B) 35.64º 0.6% 0.65% -
XYZ 24.38 23.53 8.41 -
YUV 131.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 167 126 66 0 0.25 0.60 0.35 35.64 0.43 0.46
Hex A7 7E 42 0 19 3C 23 24 2B 2E
Octal 247 176 102 0 31 74 43 44 53 56
Binary 10100111 1111110 1000010 0 11001 111100 100011 100100 101011 101110

Color Harmonies of #A77E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E42

Black with #A77E42

Text Example


Text Example

White with #A77E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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