Html Css Color HEX #AB8145 Muddy Waters

📋 copy color: '#AB8145'

red 171 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #AB8145

Tints of Muddy Waters #AB8145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 46.34%
G = 34.96%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB8145 (or 0xAB8145) is known color: Muddy Waters. HEX triplet: AB, 81 and 45. RGB value is (171,129,69). Sum of RGB (Red+Green+Blue) = 171+129+69=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8145 is #547EBA. Grayscale: #878787. Windows color (decimal): -5537467 or 4555179. OLE color: 4555179.

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

Color convert

RGB 171 129 69 -
CMYK 0 0.25 0.60 0.33
HSL 35.29º 0.43% 0.47% -
HSV(B) 35.29º 0.6% 0.67% -
XYZ 25.72 24.79 9.06 -
YUV 134.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 171 129 69 0 0.25 0.60 0.33 35.29 0.43 0.47
Hex AB 81 45 0 19 3C 21 23 2A 2F
Octal 253 201 105 0 31 74 41 43 52 57
Binary 10101011 10000001 1000101 0 11001 111100 100001 100011 101010 101111

Color Harmonies of #AB8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8145

Black with #AB8145

Text Example


Text Example

White with #AB8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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