Html Css Color HEX #AB814D Muddy Waters

📋 copy color: '#AB814D'

red 171 ◦ green 129 ◦ blue 77

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

Shades of Muddy Waters #AB814D

Tints of Muddy Waters #AB814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 45.36%
G = 34.22%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB814D (or 0xAB814D) is known color: Muddy Waters. HEX triplet: AB, 81 and 4D. RGB value is (171,129,77). Sum of RGB (Red+Green+Blue) = 171+129+77=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB814D is #547EB2. Grayscale: #878787. Windows color (decimal): -5537459 or 5079467. OLE color: 5079467.

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

Color convert

RGB 171 129 77 -
CMYK 0 0.25 0.55 0.33
HSL 33.19º 0.38% 0.49% -
HSV(B) 33.19º 0.55% 0.67% -
XYZ 25.98 24.89 10.46 -
YUV 135.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 171 129 77 0 0.25 0.55 0.33 33.19 0.38 0.49
Hex AB 81 4D 0 19 37 21 21 26 31
Octal 253 201 115 0 31 67 41 41 46 61
Binary 10101011 10000001 1001101 0 11001 110111 100001 100001 100110 110001

Color Harmonies of #AB814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB814D

Black with #AB814D

Text Example


Text Example

White with #AB814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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