Html Css Color HEX #AB8155 Muddy Waters

📋 copy color: '#AB8155'

red 171 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #AB8155

Tints of Muddy Waters #AB8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 44.42%
G = 33.51%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8155 (or 0xAB8155) is known color: Muddy Waters. HEX triplet: AB, 81 and 55. RGB value is (171,129,85). Sum of RGB (Red+Green+Blue) = 171+129+85=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8155 is #547EAA. Grayscale: #888888. Windows color (decimal): -5537451 or 5603755. OLE color: 5603755.

HSL color Cylindrical-coordinate representation of color #AB8155: hue angle of 30.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8155 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 85 -
CMYK 0 0.25 0.50 0.33
HSL 30.7º 0.34% 0.5% -
HSV(B) 30.7º 0.5% 0.67% -
XYZ 26.28 25.01 12.04 -
YUV 136.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 171 129 85 0 0.25 0.50 0.33 30.7 0.34 0.5
Hex AB 81 55 0 19 32 21 1F 22 32
Octal 253 201 125 0 31 62 41 37 42 62
Binary 10101011 10000001 1010101 0 11001 110010 100001 11111 100010 110010

Color Harmonies of #AB8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8155

Black with #AB8155

Text Example


Text Example

White with #AB8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8155; }

 p { color: rgb(171,129,85); }

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

background-color css

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

 a { background-color: rgb(171,129,85); }

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

border-color css

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

 span { border-color: rgb(171,129,85); }

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