Html Css Color HEX #AC8748 Muddy Waters

📋 copy color: '#AC8748'

red 172 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #AC8748

Tints of Muddy Waters #AC8748

RGB

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

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

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

R = 45.38%
G = 35.62%
B = 19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC8748 (or 0xAC8748) is known color: Muddy Waters. HEX triplet: AC, 87 and 48. RGB value is (172,135,72). Sum of RGB (Red+Green+Blue) = 172+135+72=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8748 is #5378B7. Grayscale: #8B8B8B. Windows color (decimal): -5470392 or 4753324. OLE color: 4753324.

HSL color Cylindrical-coordinate representation of color #AC8748: hue angle of 37.8º 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 #AC8748 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 72 -
CMYK 0 0.22 0.58 0.33
HSL 37.8º 0.41% 0.48% -
HSV(B) 37.8º 0.58% 0.67% -
XYZ 26.85 26.57 9.84 -
YUV 138.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 172 135 72 0 0.22 0.58 0.33 37.8 0.41 0.48
Hex AC 87 48 0 16 3A 21 26 29 30
Octal 254 207 110 0 26 72 41 46 51 60
Binary 10101100 10000111 1001000 0 10110 111010 100001 100110 101001 110000

Color Harmonies of #AC8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8748

Black with #AC8748

Text Example


Text Example

White with #AC8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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