Html Css Color HEX #A4894C Muddy Waters

📋 copy color: '#A4894C'

red 164 ◦ green 137 ◦ blue 76

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

Shades of Muddy Waters #A4894C

Tints of Muddy Waters #A4894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 43.5%
G = 36.34%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4894C (or 0xA4894C) is known color: Muddy Waters. HEX triplet: A4, 89 and 4C. RGB value is (164,137,76). Sum of RGB (Red+Green+Blue) = 164+137+76=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4894C is #5B76B3. Grayscale: #8A8A8A. Windows color (decimal): -5994164 or 5015972. OLE color: 5015972.

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

Color convert

RGB 164 137 76 -
CMYK 0 0.16 0.54 0.36
HSL 41.59º 0.37% 0.47% -
HSV(B) 41.59º 0.54% 0.64% -
XYZ 25.56 26.31 10.57 -
YUV 138.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 164 137 76 0 0.16 0.54 0.36 41.59 0.37 0.47
Hex A4 89 4C 0 10 36 24 2A 25 2F
Octal 244 211 114 0 20 66 44 52 45 57
Binary 10100100 10001001 1001100 0 10000 110110 100100 101010 100101 101111

Color Harmonies of #A4894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4894C

Black with #A4894C

Text Example


Text Example

White with #A4894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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