Html Css Color HEX #A47A45 Muddy Waters

📋 copy color: '#A47A45'

red 164 ◦ green 122 ◦ blue 69

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

Shades of Muddy Waters #A47A45

Tints of Muddy Waters #A47A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 46.2%
G = 34.37%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47A45 (or 0xA47A45) is known color: Muddy Waters. HEX triplet: A4, 7A and 45. RGB value is (164,122,69). Sum of RGB (Red+Green+Blue) = 164+122+69=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A45 is #5B85BA. Grayscale: #808080. Windows color (decimal): -5998011 or 4553380. OLE color: 4553380.

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

Color convert

RGB 164 122 69 -
CMYK 0 0.26 0.58 0.36
HSL 33.47º 0.41% 0.46% -
HSV(B) 33.47º 0.58% 0.64% -
XYZ 23.34 22.24 8.69 -
YUV 128.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 164 122 69 0 0.26 0.58 0.36 33.47 0.41 0.46
Hex A4 7A 45 0 1A 3A 24 21 29 2E
Octal 244 172 105 0 32 72 44 41 51 56
Binary 10100100 1111010 1000101 0 11010 111010 100100 100001 101001 101110

Color Harmonies of #A47A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A45

Black with #A47A45

Text Example


Text Example

White with #A47A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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