Html Css Color HEX #A38650 Muddy Waters

📋 copy color: '#A38650'

red 163 ◦ green 134 ◦ blue 80

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

Shades of Muddy Waters #A38650

Tints of Muddy Waters #A38650

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

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

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

R = 43.24%
G = 35.54%
B = 21.22%

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

#A38650 (or 0xA38650) is known color: Muddy Waters. HEX triplet: A3, 86 and 50. RGB value is (163,134,80). Sum of RGB (Red+Green+Blue) = 163+134+80=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38650 is #5C79AF. Grayscale: #888888. Windows color (decimal): -6060464 or 5277347. OLE color: 5277347.

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

Color convert

RGB 163 134 80 -
CMYK 0 0.18 0.51 0.36
HSL 39.04º 0.34% 0.48% -
HSV(B) 39.04º 0.51% 0.64% -
XYZ 25.08 25.42 11.17 -
YUV 136.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 163 134 80 0 0.18 0.51 0.36 39.04 0.34 0.48
Hex A3 86 50 0 12 33 24 27 22 30
Octal 243 206 120 0 22 63 44 47 42 60
Binary 10100011 10000110 1010000 0 10010 110011 100100 100111 100010 110000

Color Harmonies of #A38650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38650

Black with #A38650

Text Example


Text Example

White with #A38650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38650; }

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

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

background-color css

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

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

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

border-color css

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

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

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