Html Css Color HEX #AB864C Muddy Waters

📋 copy color: '#AB864C'

red 171 ◦ green 134 ◦ blue 76

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

Shades of Muddy Waters #AB864C

Tints of Muddy Waters #AB864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 44.88%
G = 35.17%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB864C (or 0xAB864C) is known color: Muddy Waters. HEX triplet: AB, 86 and 4C. RGB value is (171,134,76). Sum of RGB (Red+Green+Blue) = 171+134+76=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB864C is #5479B3. Grayscale: #8A8A8A. Windows color (decimal): -5536180 or 5015211. OLE color: 5015211.

HSL color Cylindrical-coordinate representation of color #AB864C: hue angle of 36.63º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB864C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 76 -
CMYK 0 0.22 0.56 0.33
HSL 36.63º 0.38% 0.48% -
HSV(B) 36.63º 0.56% 0.67% -
XYZ 26.62 26.23 10.5 -
YUV 138.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 171 134 76 0 0.22 0.56 0.33 36.63 0.38 0.48
Hex AB 86 4C 0 16 38 21 25 26 30
Octal 253 206 114 0 26 70 41 45 46 60
Binary 10101011 10000110 1001100 0 10110 111000 100001 100101 100110 110000

Color Harmonies of #AB864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB864C

Black with #AB864C

Text Example


Text Example

White with #AB864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB864C; }

 p { color: rgb(171,134,76); }

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

background-color css

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

 a { background-color: rgb(171,134,76); }

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

border-color css

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

 span { border-color: rgb(171,134,76); }

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