Html Css Color HEX #AB874C Muddy Waters

📋 copy color: '#AB874C'

red 171 ◦ green 135 ◦ blue 76

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

Shades of Muddy Waters #AB874C

Tints of Muddy Waters #AB874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 44.76%
G = 35.34%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB874C (or 0xAB874C) is known color: Muddy Waters. HEX triplet: AB, 87 and 4C. RGB value is (171,135,76). Sum of RGB (Red+Green+Blue) = 171+135+76=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB874C is #5478B3. Grayscale: #8B8B8B. Windows color (decimal): -5535924 or 5015467. OLE color: 5015467.

HSL color Cylindrical-coordinate representation of color #AB874C: hue angle of 37.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB874C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 76 -
CMYK 0 0.21 0.56 0.33
HSL 37.26º 0.38% 0.48% -
HSV(B) 37.26º 0.56% 0.67% -
XYZ 26.76 26.51 10.54 -
YUV 139.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 171 135 76 0 0.21 0.56 0.33 37.26 0.38 0.48
Hex AB 87 4C 0 15 38 21 25 26 30
Octal 253 207 114 0 25 70 41 45 46 60
Binary 10101011 10000111 1001100 0 10101 111000 100001 100101 100110 110000

Color Harmonies of #AB874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB874C

Black with #AB874C

Text Example


Text Example

White with #AB874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB874C; }

 p { color: rgb(171,135,76); }

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

background-color css

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

 a { background-color: rgb(171,135,76); }

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

border-color css

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

 span { border-color: rgb(171,135,76); }

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