Html Css Color HEX #AB8358 Muddy Waters

📋 copy color: '#AB8358'

red 171 ◦ green 131 ◦ blue 88

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

Shades of Muddy Waters #AB8358

Tints of Muddy Waters #AB8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 43.85%
G = 33.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8358 (or 0xAB8358) is known color: Muddy Waters. HEX triplet: AB, 83 and 58. RGB value is (171,131,88). Sum of RGB (Red+Green+Blue) = 171+131+88=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8358 is #547CA7. Grayscale: #8A8A8A. Windows color (decimal): -5536936 or 5800875. OLE color: 5800875.

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

Color convert

RGB 171 131 88 -
CMYK 0 0.23 0.49 0.33
HSL 31.08º 0.33% 0.51% -
HSV(B) 31.08º 0.49% 0.67% -
XYZ 26.67 25.6 12.77 -
YUV 138.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 171 131 88 0 0.23 0.49 0.33 31.08 0.33 0.51
Hex AB 83 58 0 17 31 21 1F 21 33
Octal 253 203 130 0 27 61 41 37 41 63
Binary 10101011 10000011 1011000 0 10111 110001 100001 11111 100001 110011

Color Harmonies of #AB8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8358

Black with #AB8358

Text Example


Text Example

White with #AB8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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