Html Css Color HEX #AB7C43 Muddy Waters

📋 copy color: '#AB7C43'

red 171 ◦ green 124 ◦ blue 67

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

Shades of Muddy Waters #AB7C43

Tints of Muddy Waters #AB7C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 47.24%
G = 34.25%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB7C43 (or 0xAB7C43) is known color: Muddy Waters. HEX triplet: AB, 7C and 43. RGB value is (171,124,67). Sum of RGB (Red+Green+Blue) = 171+124+67=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C43 is #5483BC. Grayscale: #838383. Windows color (decimal): -5538749 or 4422827. OLE color: 4422827.

HSL color Cylindrical-coordinate representation of color #AB7C43: hue angle of 32.88º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7C43 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 67 -
CMYK 0 0.27 0.61 0.33
HSL 32.88º 0.44% 0.47% -
HSV(B) 32.88º 0.61% 0.67% -
XYZ 25.02 23.48 8.52 -
YUV 131.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 171 124 67 0 0.27 0.61 0.33 32.88 0.44 0.47
Hex AB 7C 43 0 1B 3D 21 21 2C 2F
Octal 253 174 103 0 33 75 41 41 54 57
Binary 10101011 1111100 1000011 0 11011 111101 100001 100001 101100 101111

Color Harmonies of #AB7C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C43

Black with #AB7C43

Text Example


Text Example

White with #AB7C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C43; }

 p { color: rgb(171,124,67); }

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

background-color css

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

 a { background-color: rgb(171,124,67); }

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

border-color css

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

 span { border-color: rgb(171,124,67); }

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