Html Css Color HEX #AC7C56 Medium Wood

📋 copy color: '#AC7C56'

red 172 ◦ green 124 ◦ blue 86

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

Shades of Medium Wood #AC7C56

Tints of Medium Wood #AC7C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 86 (33.98% from 255) = 22.51%

R = 45.03%
G = 32.46%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC7C56 (or 0xAC7C56) is known color: Medium Wood. HEX triplet: AC, 7C and 56. RGB value is (172,124,86). Sum of RGB (Red+Green+Blue) = 172+124+86=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C56 is #5383A9. Grayscale: #868686. Windows color (decimal): -5473194 or 5668012. OLE color: 5668012.

HSL color Cylindrical-coordinate representation of color #AC7C56: hue angle of 26.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7C56 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 124 86 -
CMYK 0 0.28 0.5 0.33
HSL 26.51º 0.34% 0.51% -
HSV(B) 26.51º 0.5% 0.67% -
XYZ 25.9 23.86 12.04 -
YUV 134.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 172 124 86 0 0.28 0.5 0.33 26.51 0.34 0.51
Hex AC 7C 56 0 1C 32 21 1B 22 33
Octal 254 174 126 0 34 62 41 33 42 63
Binary 10101100 1111100 1010110 0 11100 110010 100001 11011 100010 110011

Color Harmonies of #AC7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C56

Black with #AC7C56

Text Example


Text Example

White with #AC7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C56; }

 p { color: rgb(172,124,86); }

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

background-color css

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

 a { background-color: rgb(172,124,86); }

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

border-color css

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

 span { border-color: rgb(172,124,86); }

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