Html Css Color HEX #A08449 Muddy Waters

📋 copy color: '#A08449'

red 160 ◦ green 132 ◦ blue 73

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

Shades of Muddy Waters #A08449

Tints of Muddy Waters #A08449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 43.84%
G = 36.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A08449 (or 0xA08449) is known color: Muddy Waters. HEX triplet: A0, 84 and 49. RGB value is (160,132,73). Sum of RGB (Red+Green+Blue) = 160+132+73=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A08449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08449 is #5F7BB6. Grayscale: #858585. Windows color (decimal): -6257591 or 4818080. OLE color: 4818080.

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

Color convert

RGB 160 132 73 -
CMYK 0 0.17 0.54 0.37
HSL 40.69º 0.37% 0.46% -
HSV(B) 40.69º 0.54% 0.63% -
XYZ 23.95 24.46 9.76 -
YUV 133.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 160 132 73 0 0.17 0.54 0.37 40.69 0.37 0.46
Hex A0 84 49 0 11 36 25 29 25 2E
Octal 240 204 111 0 21 66 45 51 45 56
Binary 10100000 10000100 1001001 0 10001 110110 100101 101001 100101 101110

Color Harmonies of #A08449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08449

Black with #A08449

Text Example


Text Example

White with #A08449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08449; }

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

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

background-color css

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

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

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

border-color css

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

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

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