Html Css Color HEX #A48650 Muddy Waters

📋 copy color: '#A48650'

red 164 ◦ green 134 ◦ blue 80

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

Shades of Muddy Waters #A48650

Tints of Muddy Waters #A48650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 43.39%
G = 35.45%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A48650 (or 0xA48650) is known color: Muddy Waters. HEX triplet: A4, 86 and 50. RGB value is (164,134,80). Sum of RGB (Red+Green+Blue) = 164+134+80=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48650 is #5B79AF. Grayscale: #898989. Windows color (decimal): -5994928 or 5277348. OLE color: 5277348.

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

Color convert

RGB 164 134 80 -
CMYK 0 0.18 0.51 0.36
HSL 38.57º 0.34% 0.48% -
HSV(B) 38.57º 0.51% 0.64% -
XYZ 25.28 25.52 11.18 -
YUV 136.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 164 134 80 0 0.18 0.51 0.36 38.57 0.34 0.48
Hex A4 86 50 0 12 33 24 27 22 30
Octal 244 206 120 0 22 63 44 47 42 60
Binary 10100100 10000110 1010000 0 10010 110011 100100 100111 100010 110000

Color Harmonies of #A48650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48650

Black with #A48650

Text Example


Text Example

White with #A48650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48650; }

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

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

background-color css

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

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

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

border-color css

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

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

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