Html Css Color HEX #AB8046 Muddy Waters

📋 copy color: '#AB8046'

red 171 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #AB8046

Tints of Muddy Waters #AB8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 46.34%
G = 34.69%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB8046 (or 0xAB8046) is known color: Muddy Waters. HEX triplet: AB, 80 and 46. RGB value is (171,128,70). Sum of RGB (Red+Green+Blue) = 171+128+70=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8046 is #547FB9. Grayscale: #868686. Windows color (decimal): -5537722 or 4620459. OLE color: 4620459.

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

Color convert

RGB 171 128 70 -
CMYK 0 0.25 0.59 0.33
HSL 34.46º 0.42% 0.47% -
HSV(B) 34.46º 0.59% 0.67% -
XYZ 25.62 24.54 9.18 -
YUV 134.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 171 128 70 0 0.25 0.59 0.33 34.46 0.42 0.47
Hex AB 80 46 0 19 3B 21 22 2A 2F
Octal 253 200 106 0 31 73 41 42 52 57
Binary 10101011 10000000 1000110 0 11001 111011 100001 100010 101010 101111

Color Harmonies of #AB8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8046

Black with #AB8046

Text Example


Text Example

White with #AB8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8046; }

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

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

background-color css

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

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

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

border-color css

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

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

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