Html Css Color HEX #AB8150 Muddy Waters

📋 copy color: '#AB8150'

red 171 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #AB8150

Tints of Muddy Waters #AB8150

RGB

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

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

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

R = 45%
G = 33.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB8150 (or 0xAB8150) is known color: Muddy Waters. HEX triplet: AB, 81 and 50. RGB value is (171,129,80). Sum of RGB (Red+Green+Blue) = 171+129+80=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8150 is #547EAF. Grayscale: #888888. Windows color (decimal): -5537456 or 5276075. OLE color: 5276075.

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

Color convert

RGB 171 129 80 -
CMYK 0 0.25 0.53 0.33
HSL 32.31º 0.36% 0.49% -
HSV(B) 32.31º 0.53% 0.67% -
XYZ 26.09 24.94 11.03 -
YUV 135.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 171 129 80 0 0.25 0.53 0.33 32.31 0.36 0.49
Hex AB 81 50 0 19 35 21 20 24 31
Octal 253 201 120 0 31 65 41 40 44 61
Binary 10101011 10000001 1010000 0 11001 110101 100001 100000 100100 110001

Color Harmonies of #AB8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8150

Black with #AB8150

Text Example


Text Example

White with #AB8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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