Html Css Color HEX #AB8058 Muddy Waters

📋 copy color: '#AB8058'

red 171 ◦ green 128 ◦ blue 88

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

Shades of Muddy Waters #AB8058

Tints of Muddy Waters #AB8058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.74%

R = 44.19%
G = 33.07%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8058 (or 0xAB8058) is known color: Muddy Waters. HEX triplet: AB, 80 and 58. RGB value is (171,128,88). Sum of RGB (Red+Green+Blue) = 171+128+88=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8058 is #547FA7. Grayscale: #888888. Windows color (decimal): -5537704 or 5800107. OLE color: 5800107.

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

Color convert

RGB 171 128 88 -
CMYK 0 0.25 0.49 0.33
HSL 28.92º 0.33% 0.51% -
HSV(B) 28.92º 0.49% 0.67% -
XYZ 26.28 24.8 12.63 -
YUV 136.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 171 128 88 0 0.25 0.49 0.33 28.92 0.33 0.51
Hex AB 80 58 0 19 31 21 1D 21 33
Octal 253 200 130 0 31 61 41 35 41 63
Binary 10101011 10000000 1011000 0 11001 110001 100001 11101 100001 110011

Color Harmonies of #AB8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8058

Black with #AB8058

Text Example


Text Example

White with #AB8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8058; }

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

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

background-color css

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

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

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

border-color css

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

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

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