Html Css Color HEX #AC874A Muddy Waters

📋 copy color: '#AC874A'

red 172 ◦ green 135 ◦ blue 74

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

Shades of Muddy Waters #AC874A

Tints of Muddy Waters #AC874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 45.14%
G = 35.43%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC874A (or 0xAC874A) is known color: Muddy Waters. HEX triplet: AC, 87 and 4A. RGB value is (172,135,74). Sum of RGB (Red+Green+Blue) = 172+135+74=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC874A is #5378B5. Grayscale: #8B8B8B. Windows color (decimal): -5470390 or 4884396. OLE color: 4884396.

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

Color convert

RGB 172 135 74 -
CMYK 0 0.22 0.57 0.33
HSL 37.35º 0.4% 0.48% -
HSV(B) 37.35º 0.57% 0.67% -
XYZ 26.91 26.59 10.19 -
YUV 139.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 172 135 74 0 0.22 0.57 0.33 37.35 0.4 0.48
Hex AC 87 4A 0 16 39 21 25 28 30
Octal 254 207 112 0 26 71 41 45 50 60
Binary 10101100 10000111 1001010 0 10110 111001 100001 100101 101000 110000

Color Harmonies of #AC874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC874A

Black with #AC874A

Text Example


Text Example

White with #AC874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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