Html Css Color HEX #A8884D Muddy Waters

📋 copy color: '#A8884D'

red 168 ◦ green 136 ◦ blue 77

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

Shades of Muddy Waters #A8884D

Tints of Muddy Waters #A8884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 44.09%
G = 35.7%
B = 20.21%

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

#A8884D (or 0xA8884D) is known color: Muddy Waters. HEX triplet: A8, 88 and 4D. RGB value is (168,136,77). Sum of RGB (Red+Green+Blue) = 168+136+77=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8884D is #5777B2. Grayscale: #8B8B8B. Windows color (decimal): -5732275 or 5081256. OLE color: 5081256.

HSL color Cylindrical-coordinate representation of color #A8884D: hue angle of 38.9º 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 #A8884D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 77 -
CMYK 0 0.19 0.54 0.34
HSL 38.9º 0.37% 0.48% -
HSV(B) 38.9º 0.54% 0.66% -
XYZ 26.29 26.47 10.74 -
YUV 138.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 168 136 77 0 0.19 0.54 0.34 38.9 0.37 0.48
Hex A8 88 4D 0 13 36 22 27 25 30
Octal 250 210 115 0 23 66 42 47 45 60
Binary 10101000 10001000 1001101 0 10011 110110 100010 100111 100101 110000

Color Harmonies of #A8884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8884D

Black with #A8884D

Text Example


Text Example

White with #A8884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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