Html Css Color HEX #A8884E Muddy Waters

📋 copy color: '#A8884E'

red 168 ◦ green 136 ◦ blue 78

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

Shades of Muddy Waters #A8884E

Tints of Muddy Waters #A8884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 43.98%
G = 35.6%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8884E (or 0xA8884E) is known color: Muddy Waters. HEX triplet: A8, 88 and 4E. RGB value is (168,136,78). Sum of RGB (Red+Green+Blue) = 168+136+78=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8884E is #5777B1. Grayscale: #8B8B8B. Windows color (decimal): -5732274 or 5146792. OLE color: 5146792.

HSL color Cylindrical-coordinate representation of color #A8884E: hue angle of 38.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8884E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 78 -
CMYK 0 0.19 0.54 0.34
HSL 38.67º 0.37% 0.48% -
HSV(B) 38.67º 0.54% 0.66% -
XYZ 26.33 26.48 10.93 -
YUV 138.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 168 136 78 0 0.19 0.54 0.34 38.67 0.37 0.48
Hex A8 88 4E 0 13 36 22 27 25 30
Octal 250 210 116 0 23 66 42 47 45 60
Binary 10101000 10001000 1001110 0 10011 110110 100010 100111 100101 110000

Color Harmonies of #A8884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8884E

Black with #A8884E

Text Example


Text Example

White with #A8884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8884E; }

 p { color: rgb(168,136,78); }

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

background-color css

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

 a { background-color: rgb(168,136,78); }

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

border-color css

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

 span { border-color: rgb(168,136,78); }

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