Html Css Color HEX #AB834B Muddy Waters

📋 copy color: '#AB834B'

red 171 ◦ green 131 ◦ blue 75

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

Shades of Muddy Waters #AB834B

Tints of Muddy Waters #AB834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 45.36%
G = 34.75%
B = 19.89%

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

#AB834B (or 0xAB834B) is known color: Muddy Waters. HEX triplet: AB, 83 and 4B. RGB value is (171,131,75). Sum of RGB (Red+Green+Blue) = 171+131+75=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB834B is #547CB4. Grayscale: #888888. Windows color (decimal): -5536949 or 4948907. OLE color: 4948907.

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

Color convert

RGB 171 131 75 -
CMYK 0 0.23 0.56 0.33
HSL 35º 0.39% 0.48% -
HSV(B) 35º 0.56% 0.67% -
XYZ 26.18 25.4 10.18 -
YUV 136.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 171 131 75 0 0.23 0.56 0.33 35 0.39 0.48
Hex AB 83 4B 0 17 38 21 23 27 30
Octal 253 203 113 0 27 70 41 43 47 60
Binary 10101011 10000011 1001011 0 10111 111000 100001 100011 100111 110000

Color Harmonies of #AB834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB834B

Black with #AB834B

Text Example


Text Example

White with #AB834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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