Html Css Color HEX #A47A40 Muddy Waters

📋 copy color: '#A47A40'

red 164 ◦ green 122 ◦ blue 64

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

Shades of Muddy Waters #A47A40

Tints of Muddy Waters #A47A40

RGB

 RED value IS 164 (64.45% from 255) = 46.86%

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 46.86%
G = 34.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47A40 (or 0xA47A40) is known color: Muddy Waters. HEX triplet: A4, 7A and 40. RGB value is (164,122,64). Sum of RGB (Red+Green+Blue) = 164+122+64=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A40 is #5B85BF. Grayscale: #808080. Windows color (decimal): -5998016 or 4225700. OLE color: 4225700.

HSL color Cylindrical-coordinate representation of color #A47A40: hue angle of 34.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A47A40 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 64 -
CMYK 0 0.26 0.61 0.36
HSL 34.8º 0.44% 0.45% -
HSV(B) 34.8º 0.61% 0.64% -
XYZ 23.19 22.18 7.91 -
YUV 127.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 164 122 64 0 0.26 0.61 0.36 34.8 0.44 0.45
Hex A4 7A 40 0 1A 3D 24 23 2C 2D
Octal 244 172 100 0 32 75 44 43 54 55
Binary 10100100 1111010 1000000 0 11010 111101 100100 100011 101100 101101

Color Harmonies of #A47A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A40

Black with #A47A40

Text Example


Text Example

White with #A47A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A40; }

 p { color: rgb(164,122,64); }

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

background-color css

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

 a { background-color: rgb(164,122,64); }

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

border-color css

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

 span { border-color: rgb(164,122,64); }

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