Html Css Color HEX #A3804A Muddy Waters

📋 copy color: '#A3804A'

red 163 ◦ green 128 ◦ blue 74

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

Shades of Muddy Waters #A3804A

Tints of Muddy Waters #A3804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 44.66%
G = 35.07%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3804A (or 0xA3804A) is known color: Muddy Waters. HEX triplet: A3, 80 and 4A. RGB value is (163,128,74). Sum of RGB (Red+Green+Blue) = 163+128+74=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A3804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3804A is #5C7FB5. Grayscale: #848484. Windows color (decimal): -6062006 or 4882595. OLE color: 4882595.

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

Color convert

RGB 163 128 74 -
CMYK 0 0.21 0.55 0.36
HSL 36.4º 0.38% 0.46% -
HSV(B) 36.4º 0.55% 0.64% -
XYZ 24.06 23.72 9.79 -
YUV 132.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 163 128 74 0 0.21 0.55 0.36 36.4 0.38 0.46
Hex A3 80 4A 0 15 37 24 24 26 2E
Octal 243 200 112 0 25 67 44 44 46 56
Binary 10100011 10000000 1001010 0 10101 110111 100100 100100 100110 101110

Color Harmonies of #A3804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3804A

Black with #A3804A

Text Example


Text Example

White with #A3804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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