Html Css Color HEX #A78446 Muddy Waters

📋 copy color: '#A78446'

red 167 ◦ green 132 ◦ blue 70

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

Shades of Muddy Waters #A78446

Tints of Muddy Waters #A78446

RGB

 RED value IS 167 (65.63% from 255) = 45.26%

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 45.26%
G = 35.77%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A78446 (or 0xA78446) is known color: Muddy Waters. HEX triplet: A7, 84 and 46. RGB value is (167,132,70). Sum of RGB (Red+Green+Blue) = 167+132+70=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A78446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78446 is #587BB9. Grayscale: #878787. Windows color (decimal): -5798842 or 4621479. OLE color: 4621479.

HSL color Cylindrical-coordinate representation of color #A78446: hue angle of 38.35º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A78446 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 132 70 -
CMYK 0 0.21 0.58 0.35
HSL 38.35º 0.41% 0.46% -
HSV(B) 38.35º 0.58% 0.65% -
XYZ 25.29 25.16 9.32 -
YUV 135.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 167 132 70 0 0.21 0.58 0.35 38.35 0.41 0.46
Hex A7 84 46 0 15 3A 23 26 29 2E
Octal 247 204 106 0 25 72 43 46 51 56
Binary 10100111 10000100 1000110 0 10101 111010 100011 100110 101001 101110

Color Harmonies of #A78446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78446

Black with #A78446

Text Example


Text Example

White with #A78446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78446; }

 p { color: rgb(167,132,70); }

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

background-color css

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

 a { background-color: rgb(167,132,70); }

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

border-color css

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

 span { border-color: rgb(167,132,70); }

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