Html Css Color HEX #AB8445 Muddy Waters

📋 copy color: '#AB8445'

red 171 ◦ green 132 ◦ blue 69

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

Shades of Muddy Waters #AB8445

Tints of Muddy Waters #AB8445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 45.97%
G = 35.48%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB8445 (or 0xAB8445) is known color: Muddy Waters. HEX triplet: AB, 84 and 45. RGB value is (171,132,69). Sum of RGB (Red+Green+Blue) = 171+132+69=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8445 is #547BBA. Grayscale: #888888. Windows color (decimal): -5536699 or 4555947. OLE color: 4555947.

HSL color Cylindrical-coordinate representation of color #AB8445: hue angle of 37.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8445 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 69 -
CMYK 0 0.23 0.60 0.33
HSL 37.06º 0.43% 0.47% -
HSV(B) 37.06º 0.6% 0.67% -
XYZ 26.12 25.59 9.19 -
YUV 136.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 171 132 69 0 0.23 0.60 0.33 37.06 0.43 0.47
Hex AB 84 45 0 17 3C 21 25 2A 2F
Octal 253 204 105 0 27 74 41 45 52 57
Binary 10101011 10000100 1000101 0 10111 111100 100001 100101 101010 101111

Color Harmonies of #AB8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8445

Black with #AB8445

Text Example


Text Example

White with #AB8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8445; }

 p { color: rgb(171,132,69); }

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

background-color css

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

 a { background-color: rgb(171,132,69); }

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

border-color css

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

 span { border-color: rgb(171,132,69); }

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