Html Css Color HEX #AB8142 Muddy Waters

📋 copy color: '#AB8142'

red 171 ◦ green 129 ◦ blue 66

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

Shades of Muddy Waters #AB8142

Tints of Muddy Waters #AB8142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 46.72%
G = 35.25%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB8142 (or 0xAB8142) is known color: Muddy Waters. HEX triplet: AB, 81 and 42. RGB value is (171,129,66). Sum of RGB (Red+Green+Blue) = 171+129+66=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8142 is #547EBD. Grayscale: #868686. Windows color (decimal): -5537470 or 4358571. OLE color: 4358571.

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

Color convert

RGB 171 129 66 -
CMYK 0 0.25 0.61 0.33
HSL 36º 0.44% 0.46% -
HSV(B) 36º 0.61% 0.67% -
XYZ 25.63 24.75 8.58 -
YUV 134.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 171 129 66 0 0.25 0.61 0.33 36 0.44 0.46
Hex AB 81 42 0 19 3D 21 24 2C 2E
Octal 253 201 102 0 31 75 41 44 54 56
Binary 10101011 10000001 1000010 0 11001 111101 100001 100100 101100 101110

Color Harmonies of #AB8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8142

Black with #AB8142

Text Example


Text Example

White with #AB8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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