Html Css Color HEX #AB7E50 Muddy Waters

📋 copy color: '#AB7E50'

red 171 ◦ green 126 ◦ blue 80

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

Shades of Muddy Waters #AB7E50

Tints of Muddy Waters #AB7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

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

R = 45.36%
G = 33.42%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB7E50 (or 0xAB7E50) is known color: Muddy Waters. HEX triplet: AB, 7E and 50. RGB value is (171,126,80). Sum of RGB (Red+Green+Blue) = 171+126+80=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E50 is #5481AF. Grayscale: #868686. Windows color (decimal): -5538224 or 5275307. OLE color: 5275307.

HSL color Cylindrical-coordinate representation of color #AB7E50: hue angle of 30.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB7E50 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 126 80 -
CMYK 0 0.26 0.53 0.33
HSL 30.33º 0.36% 0.49% -
HSV(B) 30.33º 0.53% 0.67% -
XYZ 25.7 24.16 10.9 -
YUV 134.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 171 126 80 0 0.26 0.53 0.33 30.33 0.36 0.49
Hex AB 7E 50 0 1A 35 21 1E 24 31
Octal 253 176 120 0 32 65 41 36 44 61
Binary 10101011 1111110 1010000 0 11010 110101 100001 11110 100100 110001

Color Harmonies of #AB7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E50

Black with #AB7E50

Text Example


Text Example

White with #AB7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E50; }

 p { color: rgb(171,126,80); }

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

background-color css

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

 a { background-color: rgb(171,126,80); }

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

border-color css

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

 span { border-color: rgb(171,126,80); }

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