Html Css Color HEX #A0844C Muddy Waters

📋 copy color: '#A0844C'

red 160 ◦ green 132 ◦ blue 76

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

Shades of Muddy Waters #A0844C

Tints of Muddy Waters #A0844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 43.48%
G = 35.87%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0844C (or 0xA0844C) is known color: Muddy Waters. HEX triplet: A0, 84 and 4C. RGB value is (160,132,76). Sum of RGB (Red+Green+Blue) = 160+132+76=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0844C is #5F7BB3. Grayscale: #868686. Windows color (decimal): -6257588 or 5014688. OLE color: 5014688.

HSL color Cylindrical-coordinate representation of color #A0844C: hue angle of 40º 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 #A0844C is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 76 -
CMYK 0 0.17 0.52 0.37
HSL 40º 0.36% 0.46% -
HSV(B) 40º 0.53% 0.63% -
XYZ 24.05 24.5 10.3 -
YUV 133.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 160 132 76 0 0.17 0.52 0.37 40 0.36 0.46
Hex A0 84 4C 0 11 34 25 28 24 2E
Octal 240 204 114 0 21 64 45 50 44 56
Binary 10100000 10000100 1001100 0 10001 110100 100101 101000 100100 101110

Color Harmonies of #A0844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0844C

Black with #A0844C

Text Example


Text Example

White with #A0844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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