Html Css Color HEX #AB8746 Muddy Waters

📋 copy color: '#AB8746'

red 171 ◦ green 135 ◦ blue 70

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

Shades of Muddy Waters #AB8746

Tints of Muddy Waters #AB8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 45.48%
G = 35.9%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB8746 (or 0xAB8746) is known color: Muddy Waters. HEX triplet: AB, 87 and 46. RGB value is (171,135,70). Sum of RGB (Red+Green+Blue) = 171+135+70=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8746 is #5478B9. Grayscale: #8A8A8A. Windows color (decimal): -5535930 or 4622251. OLE color: 4622251.

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

Color convert

RGB 171 135 70 -
CMYK 0 0.21 0.59 0.33
HSL 38.61º 0.42% 0.47% -
HSV(B) 38.61º 0.59% 0.67% -
XYZ 26.56 26.43 9.5 -
YUV 138.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 171 135 70 0 0.21 0.59 0.33 38.61 0.42 0.47
Hex AB 87 46 0 15 3B 21 27 2A 2F
Octal 253 207 106 0 25 73 41 47 52 57
Binary 10101011 10000111 1000110 0 10101 111011 100001 100111 101010 101111

Color Harmonies of #AB8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8746

Black with #AB8746

Text Example


Text Example

White with #AB8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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