Html Css Color HEX #A78146 Muddy Waters

📋 copy color: '#A78146'

red 167 ◦ green 129 ◦ blue 70

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

Shades of Muddy Waters #A78146

Tints of Muddy Waters #A78146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 45.63%
G = 35.25%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A78146 (or 0xA78146) is known color: Muddy Waters. HEX triplet: A7, 81 and 46. RGB value is (167,129,70). Sum of RGB (Red+Green+Blue) = 167+129+70=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A78146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78146 is #587EB9. Grayscale: #858585. Windows color (decimal): -5799610 or 4620711. OLE color: 4620711.

HSL color Cylindrical-coordinate representation of color #A78146: hue angle of 36.49º 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 #A78146 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 129 70 -
CMYK 0 0.23 0.58 0.35
HSL 36.49º 0.41% 0.46% -
HSV(B) 36.49º 0.58% 0.65% -
XYZ 24.89 24.36 9.18 -
YUV 133.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 167 129 70 0 0.23 0.58 0.35 36.49 0.41 0.46
Hex A7 81 46 0 17 3A 23 24 29 2E
Octal 247 201 106 0 27 72 43 44 51 56
Binary 10100111 10000001 1000110 0 10111 111010 100011 100100 101001 101110

Color Harmonies of #A78146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78146

Black with #A78146

Text Example


Text Example

White with #A78146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78146; }

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

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

background-color css

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

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

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

border-color css

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

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

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