Html Css Color HEX #AB7D46 Muddy Waters

📋 copy color: '#AB7D46'

red 171 ◦ green 125 ◦ blue 70

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

Shades of Muddy Waters #AB7D46

Tints of Muddy Waters #AB7D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 46.72%
G = 34.15%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB7D46 (or 0xAB7D46) is known color: Muddy Waters. HEX triplet: AB, 7D and 46. RGB value is (171,125,70). Sum of RGB (Red+Green+Blue) = 171+125+70=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D46 is #5482B9. Grayscale: #848484. Windows color (decimal): -5538490 or 4619691. OLE color: 4619691.

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

Color convert

RGB 171 125 70 -
CMYK 0 0.27 0.59 0.33
HSL 32.67º 0.42% 0.47% -
HSV(B) 32.67º 0.59% 0.67% -
XYZ 25.23 23.77 9.05 -
YUV 132.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 171 125 70 0 0.27 0.59 0.33 32.67 0.42 0.47
Hex AB 7D 46 0 1B 3B 21 21 2A 2F
Octal 253 175 106 0 33 73 41 41 52 57
Binary 10101011 1111101 1000110 0 11011 111011 100001 100001 101010 101111

Color Harmonies of #AB7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D46

Black with #AB7D46

Text Example


Text Example

White with #AB7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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