Html Css Color HEX #A87E46 Muddy Waters

📋 copy color: '#A87E46'

red 168 ◦ green 126 ◦ blue 70

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

Shades of Muddy Waters #A87E46

Tints of Muddy Waters #A87E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 46.15%
G = 34.62%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87E46 (or 0xA87E46) is known color: Muddy Waters. HEX triplet: A8, 7E and 46. RGB value is (168,126,70). Sum of RGB (Red+Green+Blue) = 168+126+70=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87E46 is #5781B9. Grayscale: #848484. Windows color (decimal): -5734842 or 4619944. OLE color: 4619944.

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

Color convert

RGB 168 126 70 -
CMYK 0 0.25 0.58 0.34
HSL 34.29º 0.41% 0.47% -
HSV(B) 34.29º 0.58% 0.66% -
XYZ 24.71 23.69 9.06 -
YUV 132.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 168 126 70 0 0.25 0.58 0.34 34.29 0.41 0.47
Hex A8 7E 46 0 19 3A 22 22 29 2F
Octal 250 176 106 0 31 72 42 42 51 57
Binary 10101000 1111110 1000110 0 11001 111010 100010 100010 101001 101111

Color Harmonies of #A87E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E46

Black with #A87E46

Text Example


Text Example

White with #A87E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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