Html Css Color HEX #A87846 Muddy Waters

📋 copy color: '#A87846'

red 168 ◦ green 120 ◦ blue 70

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

Shades of Muddy Waters #A87846

Tints of Muddy Waters #A87846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 46.93%
G = 33.52%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A87846 (or 0xA87846) is known color: Muddy Waters. HEX triplet: A8, 78 and 46. RGB value is (168,120,70). Sum of RGB (Red+Green+Blue) = 168+120+70=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A87846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87846 is #5787B9. Grayscale: #808080. Windows color (decimal): -5736378 or 4618408. OLE color: 4618408.

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

Color convert

RGB 168 120 70 -
CMYK 0 0.29 0.58 0.34
HSL 30.61º 0.41% 0.47% -
HSV(B) 30.61º 0.58% 0.66% -
XYZ 23.97 22.2 8.82 -
YUV 128.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 168 120 70 0 0.29 0.58 0.34 30.61 0.41 0.47
Hex A8 78 46 0 1D 3A 22 1F 29 2F
Octal 250 170 106 0 35 72 42 37 51 57
Binary 10101000 1111000 1000110 0 11101 111010 100010 11111 101001 101111

Color Harmonies of #A87846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87846

Black with #A87846

Text Example


Text Example

White with #A87846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87846; }

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

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

background-color css

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

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

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

border-color css

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

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

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