Html Css Color HEX #AB7B4B Muddy Waters

📋 copy color: '#AB7B4B'

red 171 ◦ green 123 ◦ blue 75

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

Shades of Muddy Waters #AB7B4B

Tints of Muddy Waters #AB7B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

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

R = 46.34%
G = 33.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB7B4B (or 0xAB7B4B) is known color: Muddy Waters. HEX triplet: AB, 7B and 4B. RGB value is (171,123,75). Sum of RGB (Red+Green+Blue) = 171+123+75=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B4B is #5484B4. Grayscale: #848484. Windows color (decimal): -5538997 or 4946859. OLE color: 4946859.

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

Color convert

RGB 171 123 75 -
CMYK 0 0.28 0.56 0.33
HSL 30º 0.39% 0.48% -
HSV(B) 30º 0.56% 0.67% -
XYZ 25.15 23.33 9.83 -
YUV 131.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 171 123 75 0 0.28 0.56 0.33 30 0.39 0.48
Hex AB 7B 4B 0 1C 38 21 1E 27 30
Octal 253 173 113 0 34 70 41 36 47 60
Binary 10101011 1111011 1001011 0 11100 111000 100001 11110 100111 110000

Color Harmonies of #AB7B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B4B

Black with #AB7B4B

Text Example


Text Example

White with #AB7B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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