Html Css Color HEX #AB7D4A Muddy Waters

📋 copy color: '#AB7D4A'

red 171 ◦ green 125 ◦ blue 74

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

Shades of Muddy Waters #AB7D4A

Tints of Muddy Waters #AB7D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 46.22%
G = 33.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB7D4A (or 0xAB7D4A) is known color: Muddy Waters. HEX triplet: AB, 7D and 4A. RGB value is (171,125,74). Sum of RGB (Red+Green+Blue) = 171+125+74=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D4A is #5482B5. Grayscale: #858585. Windows color (decimal): -5538486 or 4881835. OLE color: 4881835.

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

Color convert

RGB 171 125 74 -
CMYK 0 0.27 0.57 0.33
HSL 31.55º 0.4% 0.48% -
HSV(B) 31.55º 0.57% 0.67% -
XYZ 25.36 23.82 9.74 -
YUV 132.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 171 125 74 0 0.27 0.57 0.33 31.55 0.4 0.48
Hex AB 7D 4A 0 1B 39 21 20 28 30
Octal 253 175 112 0 33 71 41 40 50 60
Binary 10101011 1111101 1001010 0 11011 111001 100001 100000 101000 110000

Color Harmonies of #AB7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D4A

Black with #AB7D4A

Text Example


Text Example

White with #AB7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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