Html Css Color HEX #A87940 Muddy Waters

📋 copy color: '#A87940'

red 168 ◦ green 121 ◦ blue 64

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

Shades of Muddy Waters #A87940

Tints of Muddy Waters #A87940

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 47.59%
G = 34.28%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A87940 (or 0xA87940) is known color: Muddy Waters. HEX triplet: A8, 79 and 40. RGB value is (168,121,64). Sum of RGB (Red+Green+Blue) = 168+121+64=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A87940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87940 is #5786BF. Grayscale: #808080. Windows color (decimal): -5736128 or 4225448. OLE color: 4225448.

HSL color Cylindrical-coordinate representation of color #A87940: hue angle of 32.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87940 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 64 -
CMYK 0 0.28 0.62 0.34
HSL 32.88º 0.45% 0.45% -
HSV(B) 32.88º 0.62% 0.66% -
XYZ 23.91 22.37 7.91 -
YUV 128.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 168 121 64 0 0.28 0.62 0.34 32.88 0.45 0.45
Hex A8 79 40 0 1C 3E 22 21 2D 2D
Octal 250 171 100 0 34 76 42 41 55 55
Binary 10101000 1111001 1000000 0 11100 111110 100010 100001 101101 101101

Color Harmonies of #A87940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87940

Black with #A87940

Text Example


Text Example

White with #A87940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87940; }

 p { color: rgb(168,121,64); }

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

background-color css

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

 a { background-color: rgb(168,121,64); }

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

border-color css

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

 span { border-color: rgb(168,121,64); }

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