Html Css Color HEX #AB8256 Muddy Waters

📋 copy color: '#AB8256'

red 171 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #AB8256

Tints of Muddy Waters #AB8256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 44.19%
G = 33.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8256 (or 0xAB8256) is known color: Muddy Waters. HEX triplet: AB, 82 and 56. RGB value is (171,130,86). Sum of RGB (Red+Green+Blue) = 171+130+86=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8256 is #547DA9. Grayscale: #898989. Windows color (decimal): -5537194 or 5669547. OLE color: 5669547.

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

Color convert

RGB 171 130 86 -
CMYK 0 0.24 0.50 0.33
HSL 31.06º 0.34% 0.5% -
HSV(B) 31.06º 0.5% 0.67% -
XYZ 26.46 25.3 12.29 -
YUV 137.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 171 130 86 0 0.24 0.50 0.33 31.06 0.34 0.5
Hex AB 82 56 0 18 32 21 1F 22 32
Octal 253 202 126 0 30 62 41 37 42 62
Binary 10101011 10000010 1010110 0 11000 110010 100001 11111 100010 110010

Color Harmonies of #AB8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8256

Black with #AB8256

Text Example


Text Example

White with #AB8256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8256; }

 p { color: rgb(171,130,86); }

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

background-color css

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

 a { background-color: rgb(171,130,86); }

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

border-color css

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

 span { border-color: rgb(171,130,86); }

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