Html Css Color HEX #AB8748 Muddy Waters

📋 copy color: '#AB8748'

red 171 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #AB8748

Tints of Muddy Waters #AB8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.71%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 45.24%
G = 35.71%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8748 (or 0xAB8748) is known color: Muddy Waters. HEX triplet: AB, 87 and 48. RGB value is (171,135,72). Sum of RGB (Red+Green+Blue) = 171+135+72=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8748 is #5478B7. Grayscale: #8A8A8A. Windows color (decimal): -5535928 or 4753323. OLE color: 4753323.

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

Color convert

RGB 171 135 72 -
CMYK 0 0.21 0.58 0.33
HSL 38.18º 0.41% 0.48% -
HSV(B) 38.18º 0.58% 0.67% -
XYZ 26.63 26.45 9.83 -
YUV 138.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 171 135 72 0 0.21 0.58 0.33 38.18 0.41 0.48
Hex AB 87 48 0 15 3A 21 26 29 30
Octal 253 207 110 0 25 72 41 46 51 60
Binary 10101011 10000111 1001000 0 10101 111010 100001 100110 101001 110000

Color Harmonies of #AB8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8748

Black with #AB8748

Text Example


Text Example

White with #AB8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8748; }

 p { color: rgb(171,135,72); }

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

background-color css

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

 a { background-color: rgb(171,135,72); }

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

border-color css

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

 span { border-color: rgb(171,135,72); }

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