Html Css Color HEX #AC824B Muddy Waters

📋 copy color: '#AC824B'

red 172 ◦ green 130 ◦ blue 75

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

Shades of Muddy Waters #AC824B

Tints of Muddy Waters #AC824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 45.62%
G = 34.48%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC824B (or 0xAC824B) is known color: Muddy Waters. HEX triplet: AC, 82 and 4B. RGB value is (172,130,75). Sum of RGB (Red+Green+Blue) = 172+130+75=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC824B is #537DB4. Grayscale: #888888. Windows color (decimal): -5471669 or 4948652. OLE color: 4948652.

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

Color convert

RGB 172 130 75 -
CMYK 0 0.24 0.56 0.33
HSL 34.02º 0.39% 0.48% -
HSV(B) 34.02º 0.56% 0.67% -
XYZ 26.27 25.24 10.14 -
YUV 136.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 172 130 75 0 0.24 0.56 0.33 34.02 0.39 0.48
Hex AC 82 4B 0 18 38 21 22 27 30
Octal 254 202 113 0 30 70 41 42 47 60
Binary 10101100 10000010 1001011 0 11000 111000 100001 100010 100111 110000

Color Harmonies of #AC824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC824B

Black with #AC824B

Text Example


Text Example

White with #AC824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC824B; }

 p { color: rgb(172,130,75); }

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

background-color css

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

 a { background-color: rgb(172,130,75); }

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

border-color css

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

 span { border-color: rgb(172,130,75); }

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