Html Css Color HEX #AB8246 Muddy Waters

📋 copy color: '#AB8246'

red 171 ◦ green 130 ◦ blue 70

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

Shades of Muddy Waters #AB8246

Tints of Muddy Waters #AB8246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 46.09%
G = 35.04%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB8246 (or 0xAB8246) is known color: Muddy Waters. HEX triplet: AB, 82 and 46. RGB value is (171,130,70). Sum of RGB (Red+Green+Blue) = 171+130+70=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8246 is #547DB9. Grayscale: #878787. Windows color (decimal): -5537210 or 4620971. OLE color: 4620971.

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

Color convert

RGB 171 130 70 -
CMYK 0 0.24 0.59 0.33
HSL 35.64º 0.42% 0.47% -
HSV(B) 35.64º 0.59% 0.67% -
XYZ 25.88 25.07 9.27 -
YUV 135.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 171 130 70 0 0.24 0.59 0.33 35.64 0.42 0.47
Hex AB 82 46 0 18 3B 21 24 2A 2F
Octal 253 202 106 0 30 73 41 44 52 57
Binary 10101011 10000010 1000110 0 11000 111011 100001 100100 101010 101111

Color Harmonies of #AB8246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8246

Black with #AB8246

Text Example


Text Example

White with #AB8246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8246; }

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

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

background-color css

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

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

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

border-color css

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

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

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