Html Css Color HEX #AC7A45 Muddy Waters

📋 copy color: '#AC7A45'

red 172 ◦ green 122 ◦ blue 69

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

Shades of Muddy Waters #AC7A45

Tints of Muddy Waters #AC7A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 47.38%
G = 33.61%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7A45 (or 0xAC7A45) is known color: Muddy Waters. HEX triplet: AC, 7A and 45. RGB value is (172,122,69). Sum of RGB (Red+Green+Blue) = 172+122+69=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A45 is #5385BA. Grayscale: #838383. Windows color (decimal): -5473723 or 4553388. OLE color: 4553388.

HSL color Cylindrical-coordinate representation of color #AC7A45: hue angle of 30.87º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7A45 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 69 -
CMYK 0 0.29 0.60 0.33
HSL 30.87º 0.43% 0.47% -
HSV(B) 30.87º 0.6% 0.67% -
XYZ 25.05 23.12 8.77 -
YUV 130.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 172 122 69 0 0.29 0.60 0.33 30.87 0.43 0.47
Hex AC 7A 45 0 1D 3C 21 1F 2B 2F
Octal 254 172 105 0 35 74 41 37 53 57
Binary 10101100 1111010 1000101 0 11101 111100 100001 11111 101011 101111

Color Harmonies of #AC7A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A45

Black with #AC7A45

Text Example


Text Example

White with #AC7A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A45; }

 p { color: rgb(172,122,69); }

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

background-color css

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

 a { background-color: rgb(172,122,69); }

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

border-color css

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

 span { border-color: rgb(172,122,69); }

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