Html Css Color HEX #A2884D Muddy Waters

📋 copy color: '#A2884D'

red 162 ◦ green 136 ◦ blue 77

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

Shades of Muddy Waters #A2884D

Tints of Muddy Waters #A2884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 43.2%
G = 36.27%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2884D (or 0xA2884D) is known color: Muddy Waters. HEX triplet: A2, 88 and 4D. RGB value is (162,136,77). Sum of RGB (Red+Green+Blue) = 162+136+77=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2884D is #5D77B2. Grayscale: #898989. Windows color (decimal): -6125491 or 5081250. OLE color: 5081250.

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

Color convert

RGB 162 136 77 -
CMYK 0 0.16 0.52 0.36
HSL 41.65º 0.36% 0.47% -
HSV(B) 41.65º 0.52% 0.64% -
XYZ 25.04 25.83 10.69 -
YUV 137.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 162 136 77 0 0.16 0.52 0.36 41.65 0.36 0.47
Hex A2 88 4D 0 10 34 24 2A 24 2F
Octal 242 210 115 0 20 64 44 52 44 57
Binary 10100010 10001000 1001101 0 10000 110100 100100 101010 100100 101111

Color Harmonies of #A2884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2884D

Black with #A2884D

Text Example


Text Example

White with #A2884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2884D; }

 p { color: rgb(162,136,77); }

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

background-color css

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

 a { background-color: rgb(162,136,77); }

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

border-color css

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

 span { border-color: rgb(162,136,77); }

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