Html Css Color HEX #AB7B3F Muddy Waters

📋 copy color: '#AB7B3F'

red 171 ◦ green 123 ◦ blue 63

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

Shades of Muddy Waters #AB7B3F

Tints of Muddy Waters #AB7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.65%

R = 47.9%
G = 34.45%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB7B3F (or 0xAB7B3F) is known color: Muddy Waters. HEX triplet: AB, 7B and 3F. RGB value is (171,123,63). Sum of RGB (Red+Green+Blue) = 171+123+63=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B3F is #5484C0. Grayscale: #828282. Windows color (decimal): -5539009 or 4160427. OLE color: 4160427.

HSL color Cylindrical-coordinate representation of color #AB7B3F: hue angle of 33.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7B3F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 123 63 -
CMYK 0 0.28 0.63 0.33
HSL 33.33º 0.46% 0.46% -
HSV(B) 33.33º 0.63% 0.67% -
XYZ 24.77 23.18 7.87 -
YUV 130.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 171 123 63 0 0.28 0.63 0.33 33.33 0.46 0.46
Hex AB 7B 3F 0 1C 3F 21 21 2E 2E
Octal 253 173 77 0 34 77 41 41 56 56
Binary 10101011 1111011 111111 0 11100 111111 100001 100001 101110 101110

Color Harmonies of #AB7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B3F

Black with #AB7B3F

Text Example


Text Example

White with #AB7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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