Html Css Color HEX #A4884C Muddy Waters

📋 copy color: '#A4884C'

red 164 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #A4884C

Tints of Muddy Waters #A4884C

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

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

R = 43.62%
G = 36.17%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4884C (or 0xA4884C) is known color: Muddy Waters. HEX triplet: A4, 88 and 4C. RGB value is (164,136,76). Sum of RGB (Red+Green+Blue) = 164+136+76=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4884C is #5B77B3. Grayscale: #898989. Windows color (decimal): -5994420 or 5015716. OLE color: 5015716.

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

Color convert

RGB 164 136 76 -
CMYK 0 0.17 0.54 0.36
HSL 40.91º 0.37% 0.47% -
HSV(B) 40.91º 0.54% 0.64% -
XYZ 25.42 26.02 10.52 -
YUV 137.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 164 136 76 0 0.17 0.54 0.36 40.91 0.37 0.47
Hex A4 88 4C 0 11 36 24 29 25 2F
Octal 244 210 114 0 21 66 44 51 45 57
Binary 10100100 10001000 1001100 0 10001 110110 100100 101001 100101 101111

Color Harmonies of #A4884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4884C

Black with #A4884C

Text Example


Text Example

White with #A4884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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