Html Css Color HEX #A78044 Muddy Waters

📋 copy color: '#A78044'

red 167 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #A78044

Tints of Muddy Waters #A78044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 46.01%
G = 35.26%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A78044 (or 0xA78044) is known color: Muddy Waters. HEX triplet: A7, 80 and 44. RGB value is (167,128,68). Sum of RGB (Red+Green+Blue) = 167+128+68=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A78044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78044 is #587FBB. Grayscale: #858585. Windows color (decimal): -5799868 or 4489383. OLE color: 4489383.

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

Color convert

RGB 167 128 68 -
CMYK 0 0.23 0.59 0.35
HSL 36.36º 0.42% 0.46% -
HSV(B) 36.36º 0.59% 0.65% -
XYZ 24.7 24.07 8.81 -
YUV 132.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 167 128 68 0 0.23 0.59 0.35 36.36 0.42 0.46
Hex A7 80 44 0 17 3B 23 24 2A 2E
Octal 247 200 104 0 27 73 43 44 52 56
Binary 10100111 10000000 1000100 0 10111 111011 100011 100100 101010 101110

Color Harmonies of #A78044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78044

Black with #A78044

Text Example


Text Example

White with #A78044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78044; }

 p { color: rgb(167,128,68); }

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

background-color css

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

 a { background-color: rgb(167,128,68); }

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

border-color css

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

 span { border-color: rgb(167,128,68); }

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