Html Css Color HEX #A87E4D Muddy Waters

📋 copy color: '#A87E4D'

red 168 ◦ green 126 ◦ blue 77

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

Shades of Muddy Waters #A87E4D

Tints of Muddy Waters #A87E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 45.28%
G = 33.96%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A87E4D (or 0xA87E4D) is known color: Muddy Waters. HEX triplet: A8, 7E and 4D. RGB value is (168,126,77). Sum of RGB (Red+Green+Blue) = 168+126+77=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E4D is #5781B2. Grayscale: #858585. Windows color (decimal): -5734835 or 5078696. OLE color: 5078696.

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

Color convert

RGB 168 126 77 -
CMYK 0 0.25 0.54 0.34
HSL 32.31º 0.37% 0.48% -
HSV(B) 32.31º 0.54% 0.66% -
XYZ 24.95 23.78 10.3 -
YUV 132.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 168 126 77 0 0.25 0.54 0.34 32.31 0.37 0.48
Hex A8 7E 4D 0 19 36 22 20 25 30
Octal 250 176 115 0 31 66 42 40 45 60
Binary 10101000 1111110 1001101 0 11001 110110 100010 100000 100101 110000

Color Harmonies of #A87E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E4D

Black with #A87E4D

Text Example


Text Example

White with #A87E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E4D; }

 p { color: rgb(168,126,77); }

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

background-color css

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

 a { background-color: rgb(168,126,77); }

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

border-color css

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

 span { border-color: rgb(168,126,77); }

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