Html Css Color HEX #AB7F44 Muddy Waters

📋 copy color: '#AB7F44'

red 171 ◦ green 127 ◦ blue 68

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

Shades of Muddy Waters #AB7F44

Tints of Muddy Waters #AB7F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 46.72%
G = 34.7%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7F44 (or 0xAB7F44) is known color: Muddy Waters. HEX triplet: AB, 7F and 44. RGB value is (171,127,68). Sum of RGB (Red+Green+Blue) = 171+127+68=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F44 is #5480BB. Grayscale: #858585. Windows color (decimal): -5537980 or 4489131. OLE color: 4489131.

HSL color Cylindrical-coordinate representation of color #AB7F44: hue angle of 34.37º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7F44 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 127 68 -
CMYK 0 0.26 0.60 0.33
HSL 34.37º 0.43% 0.47% -
HSV(B) 34.37º 0.6% 0.67% -
XYZ 25.43 24.25 8.81 -
YUV 133.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 171 127 68 0 0.26 0.60 0.33 34.37 0.43 0.47
Hex AB 7F 44 0 1A 3C 21 22 2B 2F
Octal 253 177 104 0 32 74 41 42 53 57
Binary 10101011 1111111 1000100 0 11010 111100 100001 100010 101011 101111

Color Harmonies of #AB7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F44

Black with #AB7F44

Text Example


Text Example

White with #AB7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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