Html Css Color HEX #AB8243 Muddy Waters

📋 copy color: '#AB8243'

red 171 ◦ green 130 ◦ blue 67

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

Shades of Muddy Waters #AB8243

Tints of Muddy Waters #AB8243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 46.47%
G = 35.33%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB8243 (or 0xAB8243) is known color: Muddy Waters. HEX triplet: AB, 82 and 43. RGB value is (171,130,67). Sum of RGB (Red+Green+Blue) = 171+130+67=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8243 is #547DBC. Grayscale: #878787. Windows color (decimal): -5537213 or 4424363. OLE color: 4424363.

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

Color convert

RGB 171 130 67 -
CMYK 0 0.24 0.61 0.33
HSL 36.35º 0.44% 0.47% -
HSV(B) 36.35º 0.61% 0.67% -
XYZ 25.79 25.03 8.78 -
YUV 135.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 171 130 67 0 0.24 0.61 0.33 36.35 0.44 0.47
Hex AB 82 43 0 18 3D 21 24 2C 2F
Octal 253 202 103 0 30 75 41 44 54 57
Binary 10101011 10000010 1000011 0 11000 111101 100001 100100 101100 101111

Color Harmonies of #AB8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8243

Black with #AB8243

Text Example


Text Example

White with #AB8243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8243; }

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

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

background-color css

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

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

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

border-color css

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

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

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