Html Css Color HEX #AC7959 Medium Wood

📋 copy color: '#AC7959'

red 172 ◦ green 121 ◦ blue 89

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

Shades of Medium Wood #AC7959

Tints of Medium Wood #AC7959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 45.03%
G = 31.68%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC7959 (or 0xAC7959) is known color: Medium Wood. HEX triplet: AC, 79 and 59. RGB value is (172,121,89). Sum of RGB (Red+Green+Blue) = 172+121+89=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7959 is #5386A6. Grayscale: #848484. Windows color (decimal): -5473959 or 5863852. OLE color: 5863852.

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

Color convert

RGB 172 121 89 -
CMYK 0 0.30 0.48 0.33
HSL 23.13º 0.33% 0.51% -
HSV(B) 23.13º 0.48% 0.67% -
XYZ 25.65 23.17 12.57 -
YUV 132.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 172 121 89 0 0.30 0.48 0.33 23.13 0.33 0.51
Hex AC 79 59 0 1E 30 21 17 21 33
Octal 254 171 131 0 36 60 41 27 41 63
Binary 10101100 1111001 1011001 0 11110 110000 100001 10111 100001 110011

Color Harmonies of #AC7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7959

Black with #AC7959

Text Example


Text Example

White with #AC7959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7959; }

 p { color: rgb(172,121,89); }

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

background-color css

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

 a { background-color: rgb(172,121,89); }

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

border-color css

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

 span { border-color: rgb(172,121,89); }

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