Html Css Color HEX #A87C47 Muddy Waters

📋 copy color: '#A87C47'

red 168 ◦ green 124 ◦ blue 71

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

Shades of Muddy Waters #A87C47

Tints of Muddy Waters #A87C47

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 46.28%
G = 34.16%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87C47 (or 0xA87C47) is known color: Muddy Waters. HEX triplet: A8, 7C and 47. RGB value is (168,124,71). Sum of RGB (Red+Green+Blue) = 168+124+71=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C47 is #5783B8. Grayscale: #838383. Windows color (decimal): -5735353 or 4684968. OLE color: 4684968.

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

Color convert

RGB 168 124 71 -
CMYK 0 0.26 0.58 0.34
HSL 32.78º 0.41% 0.47% -
HSV(B) 32.78º 0.58% 0.66% -
XYZ 24.49 23.2 9.15 -
YUV 131.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 168 124 71 0 0.26 0.58 0.34 32.78 0.41 0.47
Hex A8 7C 47 0 1A 3A 22 21 29 2F
Octal 250 174 107 0 32 72 42 41 51 57
Binary 10101000 1111100 1000111 0 11010 111010 100010 100001 101001 101111

Color Harmonies of #A87C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C47

Black with #A87C47

Text Example


Text Example

White with #A87C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C47; }

 p { color: rgb(168,124,71); }

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

background-color css

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

 a { background-color: rgb(168,124,71); }

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

border-color css

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

 span { border-color: rgb(168,124,71); }

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