Html Css Color HEX #A28349 Muddy Waters

📋 copy color: '#A28349'

red 162 ◦ green 131 ◦ blue 73

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

Shades of Muddy Waters #A28349

Tints of Muddy Waters #A28349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 44.26%
G = 35.79%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A28349 (or 0xA28349) is known color: Muddy Waters. HEX triplet: A2, 83 and 49. RGB value is (162,131,73). Sum of RGB (Red+Green+Blue) = 162+131+73=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A28349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28349 is #5D7CB6. Grayscale: #858585. Windows color (decimal): -6126775 or 4817826. OLE color: 4817826.

HSL color Cylindrical-coordinate representation of color #A28349: hue angle of 39.1º 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 #A28349 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 73 -
CMYK 0 0.19 0.55 0.36
HSL 39.1º 0.38% 0.46% -
HSV(B) 39.1º 0.55% 0.64% -
XYZ 24.22 24.4 9.74 -
YUV 133.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 162 131 73 0 0.19 0.55 0.36 39.1 0.38 0.46
Hex A2 83 49 0 13 37 24 27 26 2E
Octal 242 203 111 0 23 67 44 47 46 56
Binary 10100010 10000011 1001001 0 10011 110111 100100 100111 100110 101110

Color Harmonies of #A28349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28349

Black with #A28349

Text Example


Text Example

White with #A28349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28349; }

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

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

background-color css

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

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

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

border-color css

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

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

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