Html Css Color HEX #A0884E Muddy Waters

📋 copy color: '#A0884E'

red 160 ◦ green 136 ◦ blue 78

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

Shades of Muddy Waters #A0884E

Tints of Muddy Waters #A0884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 78 (30.86% from 255) = 20.86%

R = 42.78%
G = 36.36%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0884E (or 0xA0884E) is known color: Muddy Waters. HEX triplet: A0, 88 and 4E. RGB value is (160,136,78). Sum of RGB (Red+Green+Blue) = 160+136+78=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0884E is #5F77B1. Grayscale: #888888. Windows color (decimal): -6256562 or 5146784. OLE color: 5146784.

HSL color Cylindrical-coordinate representation of color #A0884E: hue angle of 42.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0884E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 78 -
CMYK 0 0.15 0.51 0.37
HSL 42.44º 0.34% 0.47% -
HSV(B) 42.44º 0.51% 0.63% -
XYZ 24.68 25.63 10.85 -
YUV 136.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 160 136 78 0 0.15 0.51 0.37 42.44 0.34 0.47
Hex A0 88 4E 0 F 33 25 2A 22 2F
Octal 240 210 116 0 17 63 45 52 42 57
Binary 10100000 10001000 1001110 0 1111 110011 100101 101010 100010 101111

Color Harmonies of #A0884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0884E

Black with #A0884E

Text Example


Text Example

White with #A0884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0884E; }

 p { color: rgb(160,136,78); }

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

background-color css

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

 a { background-color: rgb(160,136,78); }

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

border-color css

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

 span { border-color: rgb(160,136,78); }

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