Html Css Color HEX #A87B47 Muddy Waters

📋 copy color: '#A87B47'

red 168 ◦ green 123 ◦ blue 71

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

Shades of Muddy Waters #A87B47

Tints of Muddy Waters #A87B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

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

R = 46.41%
G = 33.98%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87B47 (or 0xA87B47) is known color: Muddy Waters. HEX triplet: A8, 7B and 47. RGB value is (168,123,71). Sum of RGB (Red+Green+Blue) = 168+123+71=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B47 is #5784B8. Grayscale: #828282. Windows color (decimal): -5735609 or 4684712. OLE color: 4684712.

HSL color Cylindrical-coordinate representation of color #A87B47: hue angle of 32.16º 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 #A87B47 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 71 -
CMYK 0 0.27 0.58 0.34
HSL 32.16º 0.41% 0.47% -
HSV(B) 32.16º 0.58% 0.66% -
XYZ 24.37 22.95 9.11 -
YUV 130.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 168 123 71 0 0.27 0.58 0.34 32.16 0.41 0.47
Hex A8 7B 47 0 1B 3A 22 20 29 2F
Octal 250 173 107 0 33 72 42 40 51 57
Binary 10101000 1111011 1000111 0 11011 111010 100010 100000 101001 101111

Color Harmonies of #A87B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B47

Black with #A87B47

Text Example


Text Example

White with #A87B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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