Html Css Color HEX #AB864A Muddy Waters

📋 copy color: '#AB864A'

red 171 ◦ green 134 ◦ blue 74

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

Shades of Muddy Waters #AB864A

Tints of Muddy Waters #AB864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

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

R = 45.12%
G = 35.36%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB864A (or 0xAB864A) is known color: Muddy Waters. HEX triplet: AB, 86 and 4A. RGB value is (171,134,74). Sum of RGB (Red+Green+Blue) = 171+134+74=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB864A is #5479B5. Grayscale: #8A8A8A. Windows color (decimal): -5536182 or 4884139. OLE color: 4884139.

HSL color Cylindrical-coordinate representation of color #AB864A: hue angle of 37.11º 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 #AB864A is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 74 -
CMYK 0 0.22 0.57 0.33
HSL 37.11º 0.4% 0.48% -
HSV(B) 37.11º 0.57% 0.67% -
XYZ 26.56 26.2 10.14 -
YUV 138.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 171 134 74 0 0.22 0.57 0.33 37.11 0.4 0.48
Hex AB 86 4A 0 16 39 21 25 28 30
Octal 253 206 112 0 26 71 41 45 50 60
Binary 10101011 10000110 1001010 0 10110 111001 100001 100101 101000 110000

Color Harmonies of #AB864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB864A

Black with #AB864A

Text Example


Text Example

White with #AB864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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