Html Css Color HEX #A4864F Muddy Waters

📋 copy color: '#A4864F'

red 164 ◦ green 134 ◦ blue 79

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

Shades of Muddy Waters #A4864F

Tints of Muddy Waters #A4864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 43.5%
G = 35.54%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4864F (or 0xA4864F) is known color: Muddy Waters. HEX triplet: A4, 86 and 4F. RGB value is (164,134,79). Sum of RGB (Red+Green+Blue) = 164+134+79=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4864F is #5B79B0. Grayscale: #888888. Windows color (decimal): -5994929 or 5211812. OLE color: 5211812.

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

Color convert

RGB 164 134 79 -
CMYK 0 0.18 0.52 0.36
HSL 38.82º 0.35% 0.48% -
HSV(B) 38.82º 0.52% 0.64% -
XYZ 25.25 25.51 10.99 -
YUV 136.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 164 134 79 0 0.18 0.52 0.36 38.82 0.35 0.48
Hex A4 86 4F 0 12 34 24 27 23 30
Octal 244 206 117 0 22 64 44 47 43 60
Binary 10100100 10000110 1001111 0 10010 110100 100100 100111 100011 110000

Color Harmonies of #A4864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4864F

Black with #A4864F

Text Example


Text Example

White with #A4864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4864F; }

 p { color: rgb(164,134,79); }

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

background-color css

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

 a { background-color: rgb(164,134,79); }

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

border-color css

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

 span { border-color: rgb(164,134,79); }

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