Html Css Color HEX #AB8250 Muddy Waters

📋 copy color: '#AB8250'

red 171 ◦ green 130 ◦ blue 80

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

Shades of Muddy Waters #AB8250

Tints of Muddy Waters #AB8250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 44.88%
G = 34.12%
B = 21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB8250 (or 0xAB8250) is known color: Muddy Waters. HEX triplet: AB, 82 and 50. RGB value is (171,130,80). Sum of RGB (Red+Green+Blue) = 171+130+80=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8250 is #547DAF. Grayscale: #888888. Windows color (decimal): -5537200 or 5276331. OLE color: 5276331.

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

Color convert

RGB 171 130 80 -
CMYK 0 0.24 0.53 0.33
HSL 32.97º 0.36% 0.49% -
HSV(B) 32.97º 0.53% 0.67% -
XYZ 26.23 25.2 11.07 -
YUV 136.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 171 130 80 0 0.24 0.53 0.33 32.97 0.36 0.49
Hex AB 82 50 0 18 35 21 21 24 31
Octal 253 202 120 0 30 65 41 41 44 61
Binary 10101011 10000010 1010000 0 11000 110101 100001 100001 100100 110001

Color Harmonies of #AB8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8250

Black with #AB8250

Text Example


Text Example

White with #AB8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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