Html Css Color HEX #A08749 Muddy Waters

📋 copy color: '#A08749'

red 160 ◦ green 135 ◦ blue 73

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

Shades of Muddy Waters #A08749

Tints of Muddy Waters #A08749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 43.48%
G = 36.68%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A08749 (or 0xA08749) is known color: Muddy Waters. HEX triplet: A0, 87 and 49. RGB value is (160,135,73). Sum of RGB (Red+Green+Blue) = 160+135+73=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A08749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08749 is #5F78B6. Grayscale: #878787. Windows color (decimal): -6256823 or 4818848. OLE color: 4818848.

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

Color convert

RGB 160 135 73 -
CMYK 0 0.16 0.54 0.37
HSL 42.76º 0.37% 0.46% -
HSV(B) 42.76º 0.54% 0.63% -
XYZ 24.36 25.28 9.9 -
YUV 135.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 160 135 73 0 0.16 0.54 0.37 42.76 0.37 0.46
Hex A0 87 49 0 10 36 25 2B 25 2E
Octal 240 207 111 0 20 66 45 53 45 56
Binary 10100000 10000111 1001001 0 10000 110110 100101 101011 100101 101110

Color Harmonies of #A08749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08749

Black with #A08749

Text Example


Text Example

White with #A08749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08749; }

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

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

background-color css

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

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

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

border-color css

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

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

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