Html Css Color HEX #A4854E Muddy Waters

📋 copy color: '#A4854E'

red 164 ◦ green 133 ◦ blue 78

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

Shades of Muddy Waters #A4854E

Tints of Muddy Waters #A4854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 43.73%
G = 35.47%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4854E (or 0xA4854E) is known color: Muddy Waters. HEX triplet: A4, 85 and 4E. RGB value is (164,133,78). Sum of RGB (Red+Green+Blue) = 164+133+78=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4854E is #5B7AB1. Grayscale: #888888. Windows color (decimal): -5995186 or 5146020. OLE color: 5146020.

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

Color convert

RGB 164 133 78 -
CMYK 0 0.19 0.52 0.36
HSL 38.37º 0.36% 0.47% -
HSV(B) 38.37º 0.52% 0.64% -
XYZ 25.07 25.22 10.75 -
YUV 136 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 164 133 78 0 0.19 0.52 0.36 38.37 0.36 0.47
Hex A4 85 4E 0 13 34 24 26 24 2F
Octal 244 205 116 0 23 64 44 46 44 57
Binary 10100100 10000101 1001110 0 10011 110100 100100 100110 100100 101111

Color Harmonies of #A4854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4854E

Black with #A4854E

Text Example


Text Example

White with #A4854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4854E; }

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

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

background-color css

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

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

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

border-color css

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

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

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