Html Css Color HEX #AB7D4B Muddy Waters

📋 copy color: '#AB7D4B'

red 171 ◦ green 125 ◦ blue 75

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

Shades of Muddy Waters #AB7D4B

Tints of Muddy Waters #AB7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 46.09%
G = 33.69%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB7D4B (or 0xAB7D4B) is known color: Muddy Waters. HEX triplet: AB, 7D and 4B. RGB value is (171,125,75). Sum of RGB (Red+Green+Blue) = 171+125+75=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D4B is #5482B4. Grayscale: #858585. Windows color (decimal): -5538485 or 4947371. OLE color: 4947371.

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

Color convert

RGB 171 125 75 -
CMYK 0 0.27 0.56 0.33
HSL 31.25º 0.39% 0.48% -
HSV(B) 31.25º 0.56% 0.67% -
XYZ 25.4 23.83 9.92 -
YUV 133.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 171 125 75 0 0.27 0.56 0.33 31.25 0.39 0.48
Hex AB 7D 4B 0 1B 38 21 1F 27 30
Octal 253 175 113 0 33 70 41 37 47 60
Binary 10101011 1111101 1001011 0 11011 111000 100001 11111 100111 110000

Color Harmonies of #AB7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D4B

Black with #AB7D4B

Text Example


Text Example

White with #AB7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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