Html Css Color HEX #A38046 Muddy Waters

📋 copy color: '#A38046'

red 163 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #A38046

Tints of Muddy Waters #A38046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 45.15%
G = 35.46%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A38046 (or 0xA38046) is known color: Muddy Waters. HEX triplet: A3, 80 and 46. RGB value is (163,128,70). Sum of RGB (Red+Green+Blue) = 163+128+70=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38046 is #5C7FB9. Grayscale: #848484. Windows color (decimal): -6062010 or 4620451. OLE color: 4620451.

HSL color Cylindrical-coordinate representation of color #A38046: hue angle of 37.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A38046 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 70 -
CMYK 0 0.21 0.57 0.36
HSL 37.42º 0.4% 0.46% -
HSV(B) 37.42º 0.57% 0.64% -
XYZ 23.93 23.67 9.1 -
YUV 131.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 163 128 70 0 0.21 0.57 0.36 37.42 0.4 0.46
Hex A3 80 46 0 15 39 24 25 28 2E
Octal 243 200 106 0 25 71 44 45 50 56
Binary 10100011 10000000 1000110 0 10101 111001 100100 100101 101000 101110

Color Harmonies of #A38046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38046

Black with #A38046

Text Example


Text Example

White with #A38046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38046; }

 p { color: rgb(163,128,70); }

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

background-color css

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

 a { background-color: rgb(163,128,70); }

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

border-color css

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

 span { border-color: rgb(163,128,70); }

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