Html Css Color HEX #AB7D55 Muddy Waters

📋 copy color: '#AB7D55'

red 171 ◦ green 125 ◦ blue 85

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

Shades of Muddy Waters #AB7D55

Tints of Muddy Waters #AB7D55

RGB

 RED value IS 171 (67.19% from 255) = 44.88%

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 44.88%
G = 32.81%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB7D55 (or 0xAB7D55) is known color: Muddy Waters. HEX triplet: AB, 7D and 55. RGB value is (171,125,85). Sum of RGB (Red+Green+Blue) = 171+125+85=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D55 is #5482AA. Grayscale: #868686. Windows color (decimal): -5538475 or 5602731. OLE color: 5602731.

HSL color Cylindrical-coordinate representation of color #AB7D55: hue angle of 27.91º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7D55 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 85 -
CMYK 0 0.27 0.50 0.33
HSL 27.91º 0.34% 0.5% -
HSV(B) 27.91º 0.5% 0.67% -
XYZ 25.77 23.98 11.87 -
YUV 134.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 171 125 85 0 0.27 0.50 0.33 27.91 0.34 0.5
Hex AB 7D 55 0 1B 32 21 1C 22 32
Octal 253 175 125 0 33 62 41 34 42 62
Binary 10101011 1111101 1010101 0 11011 110010 100001 11100 100010 110010

Color Harmonies of #AB7D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D55

Black with #AB7D55

Text Example


Text Example

White with #AB7D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D55; }

 p { color: rgb(171,125,85); }

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

background-color css

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

 a { background-color: rgb(171,125,85); }

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

border-color css

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

 span { border-color: rgb(171,125,85); }

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