Html Css Color HEX #A77A46 Muddy Waters

📋 copy color: '#A77A46'

red 167 ◦ green 122 ◦ blue 70

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

Shades of Muddy Waters #A77A46

Tints of Muddy Waters #A77A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 46.52%
G = 33.98%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A77A46 (or 0xA77A46) is known color: Muddy Waters. HEX triplet: A7, 7A and 46. RGB value is (167,122,70). Sum of RGB (Red+Green+Blue) = 167+122+70=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A46 is #5885B9. Grayscale: #818181. Windows color (decimal): -5801402 or 4618919. OLE color: 4618919.

HSL color Cylindrical-coordinate representation of color #A77A46: hue angle of 32.16º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A77A46 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 122 70 -
CMYK 0 0.27 0.58 0.35
HSL 32.16º 0.41% 0.46% -
HSV(B) 32.16º 0.58% 0.65% -
XYZ 24 22.58 8.89 -
YUV 129.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 167 122 70 0 0.27 0.58 0.35 32.16 0.41 0.46
Hex A7 7A 46 0 1B 3A 23 20 29 2E
Octal 247 172 106 0 33 72 43 40 51 56
Binary 10100111 1111010 1000110 0 11011 111010 100011 100000 101001 101110

Color Harmonies of #A77A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A46

Black with #A77A46

Text Example


Text Example

White with #A77A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A46; }

 p { color: rgb(167,122,70); }

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

background-color css

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

 a { background-color: rgb(167,122,70); }

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

border-color css

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

 span { border-color: rgb(167,122,70); }

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