Html Css Color HEX #A0894C Muddy Waters

📋 copy color: '#A0894C'

red 160 ◦ green 137 ◦ blue 76

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

Shades of Muddy Waters #A0894C

Tints of Muddy Waters #A0894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 42.9%
G = 36.73%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0894C (or 0xA0894C) is known color: Muddy Waters. HEX triplet: A0, 89 and 4C. RGB value is (160,137,76). Sum of RGB (Red+Green+Blue) = 160+137+76=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0894C is #5F76B3. Grayscale: #898989. Windows color (decimal): -6256308 or 5015968. OLE color: 5015968.

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

Color convert

RGB 160 137 76 -
CMYK 0 0.14 0.52 0.37
HSL 43.57º 0.36% 0.46% -
HSV(B) 43.57º 0.53% 0.63% -
XYZ 24.75 25.89 10.53 -
YUV 136.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 160 137 76 0 0.14 0.52 0.37 43.57 0.36 0.46
Hex A0 89 4C 0 E 34 25 2C 24 2E
Octal 240 211 114 0 16 64 45 54 44 56
Binary 10100000 10001001 1001100 0 1110 110100 100101 101100 100100 101110

Color Harmonies of #A0894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0894C

Black with #A0894C

Text Example


Text Example

White with #A0894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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