Html Css Color HEX #A0874D Muddy Waters

📋 copy color: '#A0874D'

red 160 ◦ green 135 ◦ blue 77

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

Shades of Muddy Waters #A0874D

Tints of Muddy Waters #A0874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 43.01%
G = 36.29%
B = 20.7%

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

#A0874D (or 0xA0874D) is known color: Muddy Waters. HEX triplet: A0, 87 and 4D. RGB value is (160,135,77). Sum of RGB (Red+Green+Blue) = 160+135+77=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0874D is #5F78B2. Grayscale: #888888. Windows color (decimal): -6256819 or 5080992. OLE color: 5080992.

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

Color convert

RGB 160 135 77 -
CMYK 0 0.16 0.52 0.37
HSL 41.93º 0.35% 0.46% -
HSV(B) 41.93º 0.52% 0.63% -
XYZ 24.5 25.34 10.62 -
YUV 135.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 160 135 77 0 0.16 0.52 0.37 41.93 0.35 0.46
Hex A0 87 4D 0 10 34 25 2A 23 2E
Octal 240 207 115 0 20 64 45 52 43 56
Binary 10100000 10000111 1001101 0 10000 110100 100101 101010 100011 101110

Color Harmonies of #A0874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0874D

Black with #A0874D

Text Example


Text Example

White with #A0874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0874D; }

 p { color: rgb(160,135,77); }

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

background-color css

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

 a { background-color: rgb(160,135,77); }

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

border-color css

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

 span { border-color: rgb(160,135,77); }

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