Html Css Color HEX #A2884C Muddy Waters

📋 copy color: '#A2884C'

red 162 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #A2884C

Tints of Muddy Waters #A2884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 43.32%
G = 36.36%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2884C (or 0xA2884C) is known color: Muddy Waters. HEX triplet: A2, 88 and 4C. RGB value is (162,136,76). Sum of RGB (Red+Green+Blue) = 162+136+76=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2884C is #5D77B3. Grayscale: #898989. Windows color (decimal): -6125492 or 5015714. OLE color: 5015714.

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

Color convert

RGB 162 136 76 -
CMYK 0 0.16 0.53 0.36
HSL 41.86º 0.36% 0.47% -
HSV(B) 41.86º 0.53% 0.64% -
XYZ 25.01 25.81 10.5 -
YUV 136.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 162 136 76 0 0.16 0.53 0.36 41.86 0.36 0.47
Hex A2 88 4C 0 10 35 24 2A 24 2F
Octal 242 210 114 0 20 65 44 52 44 57
Binary 10100010 10001000 1001100 0 10000 110101 100100 101010 100100 101111

Color Harmonies of #A2884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2884C

Black with #A2884C

Text Example


Text Example

White with #A2884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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