Html Css Color HEX #A38350 Muddy Waters

📋 copy color: '#A38350'

red 163 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #A38350

Tints of Muddy Waters #A38350

RGB

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

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

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

R = 43.58%
G = 35.03%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A38350 (or 0xA38350) is known color: Muddy Waters. HEX triplet: A3, 83 and 50. RGB value is (163,131,80). Sum of RGB (Red+Green+Blue) = 163+131+80=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A38350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38350 is #5C7CAF. Grayscale: #868686. Windows color (decimal): -6061232 or 5276579. OLE color: 5276579.

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

Color convert

RGB 163 131 80 -
CMYK 0 0.20 0.51 0.36
HSL 36.87º 0.34% 0.48% -
HSV(B) 36.87º 0.51% 0.64% -
XYZ 24.67 24.6 11.04 -
YUV 134.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 163 131 80 0 0.20 0.51 0.36 36.87 0.34 0.48
Hex A3 83 50 0 14 33 24 25 22 30
Octal 243 203 120 0 24 63 44 45 42 60
Binary 10100011 10000011 1010000 0 10100 110011 100100 100101 100010 110000

Color Harmonies of #A38350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38350

Black with #A38350

Text Example


Text Example

White with #A38350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38350; }

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

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

background-color css

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

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

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

border-color css

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

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

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