Html Css Color HEX #A0864B Muddy Waters

📋 copy color: '#A0864B'

red 160 ◦ green 134 ◦ blue 75

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

Shades of Muddy Waters #A0864B

Tints of Muddy Waters #A0864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 43.36%
G = 36.31%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0864B (or 0xA0864B) is known color: Muddy Waters. HEX triplet: A0, 86 and 4B. RGB value is (160,134,75). Sum of RGB (Red+Green+Blue) = 160+134+75=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0864B is #5F79B4. Grayscale: #878787. Windows color (decimal): -6257077 or 4949664. OLE color: 4949664.

HSL color Cylindrical-coordinate representation of color #A0864B: hue angle of 41.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0864B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 75 -
CMYK 0 0.16 0.53 0.37
HSL 41.65º 0.36% 0.46% -
HSV(B) 41.65º 0.53% 0.63% -
XYZ 24.29 25.03 10.21 -
YUV 135.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 160 134 75 0 0.16 0.53 0.37 41.65 0.36 0.46
Hex A0 86 4B 0 10 35 25 2A 24 2E
Octal 240 206 113 0 20 65 45 52 44 56
Binary 10100000 10000110 1001011 0 10000 110101 100101 101010 100100 101110

Color Harmonies of #A0864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0864B

Black with #A0864B

Text Example


Text Example

White with #A0864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0864B; }

 p { color: rgb(160,134,75); }

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

background-color css

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

 a { background-color: rgb(160,134,75); }

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

border-color css

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

 span { border-color: rgb(160,134,75); }

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