Html Css Color HEX #AB8047 Muddy Waters

📋 copy color: '#AB8047'

red 171 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #AB8047

Tints of Muddy Waters #AB8047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 46.22%
G = 34.59%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8047 (or 0xAB8047) is known color: Muddy Waters. HEX triplet: AB, 80 and 47. RGB value is (171,128,71). Sum of RGB (Red+Green+Blue) = 171+128+71=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8047 is #547FB8. Grayscale: #868686. Windows color (decimal): -5537721 or 4685995. OLE color: 4685995.

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

Color convert

RGB 171 128 71 -
CMYK 0 0.25 0.58 0.33
HSL 34.2º 0.41% 0.47% -
HSV(B) 34.2º 0.58% 0.67% -
XYZ 25.65 24.55 9.35 -
YUV 134.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 171 128 71 0 0.25 0.58 0.33 34.2 0.41 0.47
Hex AB 80 47 0 19 3A 21 22 29 2F
Octal 253 200 107 0 31 72 41 42 51 57
Binary 10101011 10000000 1000111 0 11001 111010 100001 100010 101001 101111

Color Harmonies of #AB8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8047

Black with #AB8047

Text Example


Text Example

White with #AB8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8047; }

 p { color: rgb(171,128,71); }

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

background-color css

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

 a { background-color: rgb(171,128,71); }

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

border-color css

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

 span { border-color: rgb(171,128,71); }

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