Html Css Color HEX #AB874A Muddy Waters

📋 copy color: '#AB874A'

red 171 ◦ green 135 ◦ blue 74

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

Shades of Muddy Waters #AB874A

Tints of Muddy Waters #AB874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 45%
G = 35.53%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB874A (or 0xAB874A) is known color: Muddy Waters. HEX triplet: AB, 87 and 4A. RGB value is (171,135,74). Sum of RGB (Red+Green+Blue) = 171+135+74=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB874A is #5478B5. Grayscale: #8B8B8B. Windows color (decimal): -5535926 or 4884395. OLE color: 4884395.

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

Color convert

RGB 171 135 74 -
CMYK 0 0.21 0.57 0.33
HSL 37.73º 0.4% 0.48% -
HSV(B) 37.73º 0.57% 0.67% -
XYZ 26.69 26.48 10.18 -
YUV 138.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 171 135 74 0 0.21 0.57 0.33 37.73 0.4 0.48
Hex AB 87 4A 0 15 39 21 26 28 30
Octal 253 207 112 0 25 71 41 46 50 60
Binary 10101011 10000111 1001010 0 10101 111001 100001 100110 101000 110000

Color Harmonies of #AB874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB874A

Black with #AB874A

Text Example


Text Example

White with #AB874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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