Html Css Color HEX #A3874F Muddy Waters

📋 copy color: '#A3874F'

red 163 ◦ green 135 ◦ blue 79

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

Shades of Muddy Waters #A3874F

Tints of Muddy Waters #A3874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 43.24%
G = 35.81%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3874F (or 0xA3874F) is known color: Muddy Waters. HEX triplet: A3, 87 and 4F. RGB value is (163,135,79). Sum of RGB (Red+Green+Blue) = 163+135+79=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3874F is #5C78B0. Grayscale: #898989. Windows color (decimal): -6060209 or 5212067. OLE color: 5212067.

HSL color Cylindrical-coordinate representation of color #A3874F: hue angle of 40º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3874F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 79 -
CMYK 0 0.17 0.52 0.36
HSL 40º 0.35% 0.47% -
HSV(B) 40º 0.52% 0.64% -
XYZ 25.18 25.68 11.03 -
YUV 136.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 163 135 79 0 0.17 0.52 0.36 40 0.35 0.47
Hex A3 87 4F 0 11 34 24 28 23 2F
Octal 243 207 117 0 21 64 44 50 43 57
Binary 10100011 10000111 1001111 0 10001 110100 100100 101000 100011 101111

Color Harmonies of #A3874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3874F

Black with #A3874F

Text Example


Text Example

White with #A3874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3874F; }

 p { color: rgb(163,135,79); }

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

background-color css

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

 a { background-color: rgb(163,135,79); }

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

border-color css

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

 span { border-color: rgb(163,135,79); }

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