Html Css Color HEX #AB7C45 Muddy Waters

📋 copy color: '#AB7C45'

red 171 ◦ green 124 ◦ blue 69

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

Shades of Muddy Waters #AB7C45

Tints of Muddy Waters #AB7C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 46.98%
G = 34.07%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7C45 (or 0xAB7C45) is known color: Muddy Waters. HEX triplet: AB, 7C and 45. RGB value is (171,124,69). Sum of RGB (Red+Green+Blue) = 171+124+69=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C45 is #5483BA. Grayscale: #848484. Windows color (decimal): -5538747 or 4553899. OLE color: 4553899.

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

Color convert

RGB 171 124 69 -
CMYK 0 0.27 0.60 0.33
HSL 32.35º 0.43% 0.47% -
HSV(B) 32.35º 0.6% 0.67% -
XYZ 25.08 23.5 8.85 -
YUV 131.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 171 124 69 0 0.27 0.60 0.33 32.35 0.43 0.47
Hex AB 7C 45 0 1B 3C 21 20 2A 2F
Octal 253 174 105 0 33 74 41 40 52 57
Binary 10101011 1111100 1000101 0 11011 111100 100001 100000 101010 101111

Color Harmonies of #AB7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C45

Black with #AB7C45

Text Example


Text Example

White with #AB7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C45; }

 p { color: rgb(171,124,69); }

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

background-color css

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

 a { background-color: rgb(171,124,69); }

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

border-color css

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

 span { border-color: rgb(171,124,69); }

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