Html Css Color HEX #A0874E Muddy Waters

📋 copy color: '#A0874E'

red 160 ◦ green 135 ◦ blue 78

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

Shades of Muddy Waters #A0874E

Tints of Muddy Waters #A0874E

RGB

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

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

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

R = 42.9%
G = 36.19%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0874E (or 0xA0874E) is known color: Muddy Waters. HEX triplet: A0, 87 and 4E. RGB value is (160,135,78). Sum of RGB (Red+Green+Blue) = 160+135+78=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0874E is #5F78B1. Grayscale: #888888. Windows color (decimal): -6256818 or 5146528. OLE color: 5146528.

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

Color convert

RGB 160 135 78 -
CMYK 0 0.16 0.51 0.37
HSL 41.71º 0.34% 0.47% -
HSV(B) 41.71º 0.51% 0.63% -
XYZ 24.54 25.35 10.81 -
YUV 135.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 160 135 78 0 0.16 0.51 0.37 41.71 0.34 0.47
Hex A0 87 4E 0 10 33 25 2A 22 2F
Octal 240 207 116 0 20 63 45 52 42 57
Binary 10100000 10000111 1001110 0 10000 110011 100101 101010 100010 101111

Color Harmonies of #A0874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0874E

Black with #A0874E

Text Example


Text Example

White with #A0874E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0874E; }

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

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

background-color css

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

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

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

border-color css

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

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

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