Html Css Color HEX #A4844F Muddy Waters

📋 copy color: '#A4844F'

red 164 ◦ green 132 ◦ blue 79

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

Shades of Muddy Waters #A4844F

Tints of Muddy Waters #A4844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 43.73%
G = 35.2%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4844F (or 0xA4844F) is known color: Muddy Waters. HEX triplet: A4, 84 and 4F. RGB value is (164,132,79). Sum of RGB (Red+Green+Blue) = 164+132+79=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4844F is #5B7BB0. Grayscale: #878787. Windows color (decimal): -5995441 or 5211300. OLE color: 5211300.

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

Color convert

RGB 164 132 79 -
CMYK 0 0.20 0.52 0.36
HSL 37.41º 0.35% 0.48% -
HSV(B) 37.41º 0.52% 0.64% -
XYZ 24.97 24.96 10.9 -
YUV 135.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 164 132 79 0 0.20 0.52 0.36 37.41 0.35 0.48
Hex A4 84 4F 0 14 34 24 25 23 30
Octal 244 204 117 0 24 64 44 45 43 60
Binary 10100100 10000100 1001111 0 10100 110100 100100 100101 100011 110000

Color Harmonies of #A4844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4844F

Black with #A4844F

Text Example


Text Example

White with #A4844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4844F; }

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

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

background-color css

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

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

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

border-color css

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

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

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