Html Css Color HEX #A88550 Muddy Waters

📋 copy color: '#A88550'

red 168 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #A88550

Tints of Muddy Waters #A88550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 44.09%
G = 34.91%
B = 21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88550 (or 0xA88550) is known color: Muddy Waters. HEX triplet: A8, 85 and 50. RGB value is (168,133,80). Sum of RGB (Red+Green+Blue) = 168+133+80=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88550 is #577AAF. Grayscale: #898989. Windows color (decimal): -5733040 or 5277096. OLE color: 5277096.

HSL color Cylindrical-coordinate representation of color #A88550: hue angle of 36.14º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A88550 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 80 -
CMYK 0 0.21 0.52 0.34
HSL 36.14º 0.35% 0.49% -
HSV(B) 36.14º 0.52% 0.66% -
XYZ 25.98 25.68 11.18 -
YUV 137.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 168 133 80 0 0.21 0.52 0.34 36.14 0.35 0.49
Hex A8 85 50 0 15 34 22 24 23 31
Octal 250 205 120 0 25 64 42 44 43 61
Binary 10101000 10000101 1010000 0 10101 110100 100010 100100 100011 110001

Color Harmonies of #A88550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88550

Black with #A88550

Text Example


Text Example

White with #A88550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88550; }

 p { color: rgb(168,133,80); }

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

background-color css

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

 a { background-color: rgb(168,133,80); }

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

border-color css

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

 span { border-color: rgb(168,133,80); }

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