Html Css Color HEX #A47E42 Muddy Waters

📋 copy color: '#A47E42'

red 164 ◦ green 126 ◦ blue 66

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

Shades of Muddy Waters #A47E42

Tints of Muddy Waters #A47E42

RGB

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

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

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

R = 46.07%
G = 35.39%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A47E42 (or 0xA47E42) is known color: Muddy Waters. HEX triplet: A4, 7E and 42. RGB value is (164,126,66). Sum of RGB (Red+Green+Blue) = 164+126+66=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E42 is #5B81BD. Grayscale: #828282. Windows color (decimal): -5996990 or 4357796. OLE color: 4357796.

HSL color Cylindrical-coordinate representation of color #A47E42: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A47E42 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 66 -
CMYK 0 0.23 0.60 0.36
HSL 36.73º 0.43% 0.45% -
HSV(B) 36.73º 0.6% 0.64% -
XYZ 23.75 23.21 8.38 -
YUV 130.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 164 126 66 0 0.23 0.60 0.36 36.73 0.43 0.45
Hex A4 7E 42 0 17 3C 24 25 2B 2D
Octal 244 176 102 0 27 74 44 45 53 55
Binary 10100100 1111110 1000010 0 10111 111100 100100 100101 101011 101101

Color Harmonies of #A47E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E42

Black with #A47E42

Text Example


Text Example

White with #A47E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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