Html Css Color HEX #A28049 Muddy Waters

📋 copy color: '#A28049'

red 162 ◦ green 128 ◦ blue 73

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

Shades of Muddy Waters #A28049

Tints of Muddy Waters #A28049

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 44.63%
G = 35.26%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A28049 (or 0xA28049) is known color: Muddy Waters. HEX triplet: A2, 80 and 49. RGB value is (162,128,73). Sum of RGB (Red+Green+Blue) = 162+128+73=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28049 is #5D7FB6. Grayscale: #848484. Windows color (decimal): -6127543 or 4817058. OLE color: 4817058.

HSL color Cylindrical-coordinate representation of color #A28049: hue angle of 37.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A28049 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 73 -
CMYK 0 0.21 0.55 0.36
HSL 37.08º 0.38% 0.46% -
HSV(B) 37.08º 0.55% 0.64% -
XYZ 23.82 23.6 9.6 -
YUV 131.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 162 128 73 0 0.21 0.55 0.36 37.08 0.38 0.46
Hex A2 80 49 0 15 37 24 25 26 2E
Octal 242 200 111 0 25 67 44 45 46 56
Binary 10100010 10000000 1001001 0 10101 110111 100100 100101 100110 101110

Color Harmonies of #A28049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28049

Black with #A28049

Text Example


Text Example

White with #A28049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28049; }

 p { color: rgb(162,128,73); }

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

background-color css

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

 a { background-color: rgb(162,128,73); }

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

border-color css

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

 span { border-color: rgb(162,128,73); }

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