Html Css Color HEX #A4834E Muddy Waters

📋 copy color: '#A4834E'

red 164 ◦ green 131 ◦ blue 78

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

Shades of Muddy Waters #A4834E

Tints of Muddy Waters #A4834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 43.97%
G = 35.12%
B = 20.91%

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

#A4834E (or 0xA4834E) is known color: Muddy Waters. HEX triplet: A4, 83 and 4E. RGB value is (164,131,78). Sum of RGB (Red+Green+Blue) = 164+131+78=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4834E is #5B7CB1. Grayscale: #878787. Windows color (decimal): -5995698 or 5145508. OLE color: 5145508.

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

Color convert

RGB 164 131 78 -
CMYK 0 0.20 0.52 0.36
HSL 36.98º 0.36% 0.47% -
HSV(B) 36.98º 0.52% 0.64% -
XYZ 24.8 24.68 10.66 -
YUV 134.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 164 131 78 0 0.20 0.52 0.36 36.98 0.36 0.47
Hex A4 83 4E 0 14 34 24 25 24 2F
Octal 244 203 116 0 24 64 44 45 44 57
Binary 10100100 10000011 1001110 0 10100 110100 100100 100101 100100 101111

Color Harmonies of #A4834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4834E

Black with #A4834E

Text Example


Text Example

White with #A4834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4834E; }

 p { color: rgb(164,131,78); }

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

background-color css

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

 a { background-color: rgb(164,131,78); }

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

border-color css

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

 span { border-color: rgb(164,131,78); }

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