Html Css Color HEX #AB8345 Muddy Waters

📋 copy color: '#AB8345'

red 171 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #AB8345

Tints of Muddy Waters #AB8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 46.09%
G = 35.31%
B = 18.6%

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

#AB8345 (or 0xAB8345) is known color: Muddy Waters. HEX triplet: AB, 83 and 45. RGB value is (171,131,69). Sum of RGB (Red+Green+Blue) = 171+131+69=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8345 is #547CBA. Grayscale: #888888. Windows color (decimal): -5536955 or 4555691. OLE color: 4555691.

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

Color convert

RGB 171 131 69 -
CMYK 0 0.23 0.60 0.33
HSL 36.47º 0.43% 0.47% -
HSV(B) 36.47º 0.6% 0.67% -
XYZ 25.99 25.32 9.15 -
YUV 135.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 171 131 69 0 0.23 0.60 0.33 36.47 0.43 0.47
Hex AB 83 45 0 17 3C 21 24 2A 2F
Octal 253 203 105 0 27 74 41 44 52 57
Binary 10101011 10000011 1000101 0 10111 111100 100001 100100 101010 101111

Color Harmonies of #AB8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8345

Black with #AB8345

Text Example


Text Example

White with #AB8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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