Html Css Color HEX #AB7B45 Muddy Waters

📋 copy color: '#AB7B45'

red 171 ◦ green 123 ◦ blue 69

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

Shades of Muddy Waters #AB7B45

Tints of Muddy Waters #AB7B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 47.11%
G = 33.88%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7B45 (or 0xAB7B45) is known color: Muddy Waters. HEX triplet: AB, 7B and 45. RGB value is (171,123,69). Sum of RGB (Red+Green+Blue) = 171+123+69=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B45 is #5484BA. Grayscale: #838383. Windows color (decimal): -5539003 or 4553643. OLE color: 4553643.

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

Color convert

RGB 171 123 69 -
CMYK 0 0.28 0.60 0.33
HSL 31.76º 0.43% 0.47% -
HSV(B) 31.76º 0.6% 0.67% -
XYZ 24.95 23.25 8.8 -
YUV 131.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 171 123 69 0 0.28 0.60 0.33 31.76 0.43 0.47
Hex AB 7B 45 0 1C 3C 21 20 2A 2F
Octal 253 173 105 0 34 74 41 40 52 57
Binary 10101011 1111011 1000101 0 11100 111100 100001 100000 101010 101111

Color Harmonies of #AB7B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B45

Black with #AB7B45

Text Example


Text Example

White with #AB7B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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