Html Css Color HEX #A0864C Muddy Waters

📋 copy color: '#A0864C'

red 160 ◦ green 134 ◦ blue 76

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

Shades of Muddy Waters #A0864C

Tints of Muddy Waters #A0864C

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

 GREEN value IS 134 (52.73% from 255) = 36.22%

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 43.24%
G = 36.22%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0864C (or 0xA0864C) is known color: Muddy Waters. HEX triplet: A0, 86 and 4C. RGB value is (160,134,76). Sum of RGB (Red+Green+Blue) = 160+134+76=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0864C is #5F79B3. Grayscale: #878787. Windows color (decimal): -6257076 or 5015200. OLE color: 5015200.

HSL color Cylindrical-coordinate representation of color #A0864C: hue angle of 41.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0864C is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 76 -
CMYK 0 0.16 0.52 0.37
HSL 41.43º 0.36% 0.46% -
HSV(B) 41.43º 0.53% 0.63% -
XYZ 24.33 25.05 10.39 -
YUV 135.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 160 134 76 0 0.16 0.52 0.37 41.43 0.36 0.46
Hex A0 86 4C 0 10 34 25 29 24 2E
Octal 240 206 114 0 20 64 45 51 44 56
Binary 10100000 10000110 1001100 0 10000 110100 100101 101001 100100 101110

Color Harmonies of #A0864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0864C

Black with #A0864C

Text Example


Text Example

White with #A0864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0864C; }

 p { color: rgb(160,134,76); }

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

background-color css

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

 a { background-color: rgb(160,134,76); }

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

border-color css

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

 span { border-color: rgb(160,134,76); }

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