Html Css Color HEX #AB8144 Muddy Waters

📋 copy color: '#AB8144'

red 171 ◦ green 129 ◦ blue 68

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

Shades of Muddy Waters #AB8144

Tints of Muddy Waters #AB8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 46.47%
G = 35.05%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB8144 (or 0xAB8144) is known color: Muddy Waters. HEX triplet: AB, 81 and 44. RGB value is (171,129,68). Sum of RGB (Red+Green+Blue) = 171+129+68=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8144 is #547EBB. Grayscale: #868686. Windows color (decimal): -5537468 or 4489643. OLE color: 4489643.

HSL color Cylindrical-coordinate representation of color #AB8144: hue angle of 35.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8144 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 68 -
CMYK 0 0.25 0.60 0.33
HSL 35.53º 0.43% 0.47% -
HSV(B) 35.53º 0.6% 0.67% -
XYZ 25.69 24.78 8.9 -
YUV 134.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 171 129 68 0 0.25 0.60 0.33 35.53 0.43 0.47
Hex AB 81 44 0 19 3C 21 24 2B 2F
Octal 253 201 104 0 31 74 41 44 53 57
Binary 10101011 10000001 1000100 0 11001 111100 100001 100100 101011 101111

Color Harmonies of #AB8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8144

Black with #AB8144

Text Example


Text Example

White with #AB8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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