Html Css Color HEX #AB7D42 Muddy Waters

📋 copy color: '#AB7D42'

red 171 ◦ green 125 ◦ blue 66

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

Shades of Muddy Waters #AB7D42

Tints of Muddy Waters #AB7D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 47.24%
G = 34.53%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB7D42 (or 0xAB7D42) is known color: Muddy Waters. HEX triplet: AB, 7D and 42. RGB value is (171,125,66). Sum of RGB (Red+Green+Blue) = 171+125+66=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D42 is #5482BD. Grayscale: #848484. Windows color (decimal): -5538494 or 4357547. OLE color: 4357547.

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

Color convert

RGB 171 125 66 -
CMYK 0 0.27 0.61 0.33
HSL 33.71º 0.44% 0.46% -
HSV(B) 33.71º 0.61% 0.67% -
XYZ 25.11 23.72 8.41 -
YUV 132.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 171 125 66 0 0.27 0.61 0.33 33.71 0.44 0.46
Hex AB 7D 42 0 1B 3D 21 22 2C 2E
Octal 253 175 102 0 33 75 41 42 54 56
Binary 10101011 1111101 1000010 0 11011 111101 100001 100010 101100 101110

Color Harmonies of #AB7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D42

Black with #AB7D42

Text Example


Text Example

White with #AB7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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