Html Css Color HEX #AB8648 Muddy Waters

📋 copy color: '#AB8648'

red 171 ◦ green 134 ◦ blue 72

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

Shades of Muddy Waters #AB8648

Tints of Muddy Waters #AB8648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 45.36%
G = 35.54%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8648 (or 0xAB8648) is known color: Muddy Waters. HEX triplet: AB, 86 and 48. RGB value is (171,134,72). Sum of RGB (Red+Green+Blue) = 171+134+72=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8648 is #5479B7. Grayscale: #8A8A8A. Windows color (decimal): -5536184 or 4753067. OLE color: 4753067.

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

Color convert

RGB 171 134 72 -
CMYK 0 0.22 0.58 0.33
HSL 37.58º 0.41% 0.48% -
HSV(B) 37.58º 0.58% 0.67% -
XYZ 26.49 26.18 9.79 -
YUV 138 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 171 134 72 0 0.22 0.58 0.33 37.58 0.41 0.48
Hex AB 86 48 0 16 3A 21 26 29 30
Octal 253 206 110 0 26 72 41 46 51 60
Binary 10101011 10000110 1001000 0 10110 111010 100001 100110 101001 110000

Color Harmonies of #AB8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8648

Black with #AB8648

Text Example


Text Example

White with #AB8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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