Html Css Color HEX #AB824E Muddy Waters

📋 copy color: '#AB824E'

red 171 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #AB824E

Tints of Muddy Waters #AB824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 45.12%
G = 34.3%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB824E (or 0xAB824E) is known color: Muddy Waters. HEX triplet: AB, 82 and 4E. RGB value is (171,130,78). Sum of RGB (Red+Green+Blue) = 171+130+78=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB824E is #547DB1. Grayscale: #888888. Windows color (decimal): -5537202 or 5145259. OLE color: 5145259.

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

Color convert

RGB 171 130 78 -
CMYK 0 0.24 0.54 0.33
HSL 33.55º 0.37% 0.49% -
HSV(B) 33.55º 0.54% 0.67% -
XYZ 26.15 25.17 10.69 -
YUV 136.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 171 130 78 0 0.24 0.54 0.33 33.55 0.37 0.49
Hex AB 82 4E 0 18 36 21 22 25 31
Octal 253 202 116 0 30 66 41 42 45 61
Binary 10101011 10000010 1001110 0 11000 110110 100001 100010 100101 110001

Color Harmonies of #AB824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB824E

Black with #AB824E

Text Example


Text Example

White with #AB824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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