Html Css Color HEX #A78256 Muddy Waters

📋 copy color: '#A78256'

red 167 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #A78256

Tints of Muddy Waters #A78256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 43.6%
G = 33.94%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A78256 (or 0xA78256) is known color: Muddy Waters. HEX triplet: A7, 82 and 56. RGB value is (167,130,86). Sum of RGB (Red+Green+Blue) = 167+130+86=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A78256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78256 is #587DA9. Grayscale: #888888. Windows color (decimal): -5799338 or 5669543. OLE color: 5669543.

HSL color Cylindrical-coordinate representation of color #A78256: hue angle of 32.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A78256 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 86 -
CMYK 0 0.22 0.49 0.35
HSL 32.59º 0.32% 0.5% -
HSV(B) 32.59º 0.49% 0.65% -
XYZ 25.6 24.85 12.25 -
YUV 136.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 167 130 86 0 0.22 0.49 0.35 32.59 0.32 0.5
Hex A7 82 56 0 16 31 23 21 20 32
Octal 247 202 126 0 26 61 43 41 40 62
Binary 10100111 10000010 1010110 0 10110 110001 100011 100001 100000 110010

Color Harmonies of #A78256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78256

Black with #A78256

Text Example


Text Example

White with #A78256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78256; }

 p { color: rgb(167,130,86); }

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

background-color css

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

 a { background-color: rgb(167,130,86); }

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

border-color css

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

 span { border-color: rgb(167,130,86); }

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