Html Css Color HEX #AB7F42 Muddy Waters

📋 copy color: '#AB7F42'

red 171 ◦ green 127 ◦ blue 66

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

Shades of Muddy Waters #AB7F42

Tints of Muddy Waters #AB7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 46.98%
G = 34.89%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB7F42 (or 0xAB7F42) is known color: Muddy Waters. HEX triplet: AB, 7F and 42. RGB value is (171,127,66). Sum of RGB (Red+Green+Blue) = 171+127+66=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F42 is #5480BD. Grayscale: #858585. Windows color (decimal): -5537982 or 4358059. OLE color: 4358059.

HSL color Cylindrical-coordinate representation of color #AB7F42: hue angle of 34.86º 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 #AB7F42 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 127 66 -
CMYK 0 0.26 0.61 0.33
HSL 34.86º 0.44% 0.46% -
HSV(B) 34.86º 0.61% 0.67% -
XYZ 25.37 24.23 8.49 -
YUV 133.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 171 127 66 0 0.26 0.61 0.33 34.86 0.44 0.46
Hex AB 7F 42 0 1A 3D 21 23 2C 2E
Octal 253 177 102 0 32 75 41 43 54 56
Binary 10101011 1111111 1000010 0 11010 111101 100001 100011 101100 101110

Color Harmonies of #AB7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F42

Black with #AB7F42

Text Example


Text Example

White with #AB7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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