Html Css Color HEX #AB804E Muddy Waters

📋 copy color: '#AB804E'

red 171 ◦ green 128 ◦ blue 78

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

Shades of Muddy Waters #AB804E

Tints of Muddy Waters #AB804E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 78 (30.86% from 255) = 20.69%

R = 45.36%
G = 33.95%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB804E (or 0xAB804E) is known color: Muddy Waters. HEX triplet: AB, 80 and 4E. RGB value is (171,128,78). Sum of RGB (Red+Green+Blue) = 171+128+78=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB804E is #547FB1. Grayscale: #878787. Windows color (decimal): -5537714 or 5144747. OLE color: 5144747.

HSL color Cylindrical-coordinate representation of color #AB804E: hue angle of 32.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB804E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 78 -
CMYK 0 0.25 0.54 0.33
HSL 32.26º 0.37% 0.49% -
HSV(B) 32.26º 0.54% 0.67% -
XYZ 25.89 24.65 10.6 -
YUV 135.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 171 128 78 0 0.25 0.54 0.33 32.26 0.37 0.49
Hex AB 80 4E 0 19 36 21 20 25 31
Octal 253 200 116 0 31 66 41 40 45 61
Binary 10101011 10000000 1001110 0 11001 110110 100001 100000 100101 110001

Color Harmonies of #AB804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB804E

Black with #AB804E

Text Example


Text Example

White with #AB804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB804E; }

 p { color: rgb(171,128,78); }

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

background-color css

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

 a { background-color: rgb(171,128,78); }

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

border-color css

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

 span { border-color: rgb(171,128,78); }

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