Html Css Color HEX #AC874E Muddy Waters

📋 copy color: '#AC874E'

red 172 ◦ green 135 ◦ blue 78

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

Shades of Muddy Waters #AC874E

Tints of Muddy Waters #AC874E

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

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

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

R = 44.68%
G = 35.06%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC874E (or 0xAC874E) is known color: Muddy Waters. HEX triplet: AC, 87 and 4E. RGB value is (172,135,78). Sum of RGB (Red+Green+Blue) = 172+135+78=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC874E is #5378B1. Grayscale: #8B8B8B. Windows color (decimal): -5470386 or 5146540. OLE color: 5146540.

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

Color convert

RGB 172 135 78 -
CMYK 0 0.22 0.55 0.33
HSL 36.38º 0.38% 0.49% -
HSV(B) 36.38º 0.55% 0.67% -
XYZ 27.05 26.65 10.93 -
YUV 139.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 172 135 78 0 0.22 0.55 0.33 36.38 0.38 0.49
Hex AC 87 4E 0 16 37 21 24 26 31
Octal 254 207 116 0 26 67 41 44 46 61
Binary 10101100 10000111 1001110 0 10110 110111 100001 100100 100110 110001

Color Harmonies of #AC874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC874E

Black with #AC874E

Text Example


Text Example

White with #AC874E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC874E; }

 p { color: rgb(172,135,78); }

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

background-color css

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

 a { background-color: rgb(172,135,78); }

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

border-color css

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

 span { border-color: rgb(172,135,78); }

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