Html Css Color HEX #AB7946 Muddy Waters

📋 copy color: '#AB7946'

red 171 ◦ green 121 ◦ blue 70

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

Shades of Muddy Waters #AB7946

Tints of Muddy Waters #AB7946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 47.24%
G = 33.43%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB7946 (or 0xAB7946) is known color: Muddy Waters. HEX triplet: AB, 79 and 46. RGB value is (171,121,70). Sum of RGB (Red+Green+Blue) = 171+121+70=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7946 is #5486B9. Grayscale: #828282. Windows color (decimal): -5539514 or 4618667. OLE color: 4618667.

HSL color Cylindrical-coordinate representation of color #AB7946: hue angle of 30.3º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB7946 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 70 -
CMYK 0 0.29 0.59 0.33
HSL 30.3º 0.42% 0.47% -
HSV(B) 30.3º 0.59% 0.67% -
XYZ 24.74 22.77 8.89 -
YUV 130.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 171 121 70 0 0.29 0.59 0.33 30.3 0.42 0.47
Hex AB 79 46 0 1D 3B 21 1E 2A 2F
Octal 253 171 106 0 35 73 41 36 52 57
Binary 10101011 1111001 1000110 0 11101 111011 100001 11110 101010 101111

Color Harmonies of #AB7946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7946

Black with #AB7946

Text Example


Text Example

White with #AB7946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7946; }

 p { color: rgb(171,121,70); }

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

background-color css

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

 a { background-color: rgb(171,121,70); }

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

border-color css

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

 span { border-color: rgb(171,121,70); }

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