Html Css Color HEX #AB834C Muddy Waters

📋 copy color: '#AB834C'

red 171 ◦ green 131 ◦ blue 76

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

Shades of Muddy Waters #AB834C

Tints of Muddy Waters #AB834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 45.24%
G = 34.66%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB834C (or 0xAB834C) is known color: Muddy Waters. HEX triplet: AB, 83 and 4C. RGB value is (171,131,76). Sum of RGB (Red+Green+Blue) = 171+131+76=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB834C is #547CB3. Grayscale: #888888. Windows color (decimal): -5536948 or 5014443. OLE color: 5014443.

HSL color Cylindrical-coordinate representation of color #AB834C: hue angle of 34.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB834C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 76 -
CMYK 0 0.23 0.56 0.33
HSL 34.74º 0.38% 0.48% -
HSV(B) 34.74º 0.56% 0.67% -
XYZ 26.22 25.41 10.36 -
YUV 136.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 171 131 76 0 0.23 0.56 0.33 34.74 0.38 0.48
Hex AB 83 4C 0 17 38 21 23 26 30
Octal 253 203 114 0 27 70 41 43 46 60
Binary 10101011 10000011 1001100 0 10111 111000 100001 100011 100110 110000

Color Harmonies of #AB834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB834C

Black with #AB834C

Text Example


Text Example

White with #AB834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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