Html Css Color HEX #A87C4E Muddy Waters

📋 copy color: '#A87C4E'

red 168 ◦ green 124 ◦ blue 78

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

Shades of Muddy Waters #A87C4E

Tints of Muddy Waters #A87C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 45.41%
G = 33.51%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A87C4E (or 0xA87C4E) is known color: Muddy Waters. HEX triplet: A8, 7C and 4E. RGB value is (168,124,78). Sum of RGB (Red+Green+Blue) = 168+124+78=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C4E is #5783B1. Grayscale: #848484. Windows color (decimal): -5735346 or 5143720. OLE color: 5143720.

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

Color convert

RGB 168 124 78 -
CMYK 0 0.26 0.54 0.34
HSL 30.67º 0.37% 0.48% -
HSV(B) 30.67º 0.54% 0.66% -
XYZ 24.73 23.29 10.4 -
YUV 131.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 168 124 78 0 0.26 0.54 0.34 30.67 0.37 0.48
Hex A8 7C 4E 0 1A 36 22 1F 25 30
Octal 250 174 116 0 32 66 42 37 45 60
Binary 10101000 1111100 1001110 0 11010 110110 100010 11111 100101 110000

Color Harmonies of #A87C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C4E

Black with #A87C4E

Text Example


Text Example

White with #A87C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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