Html Css Color HEX #AC8059 Medium Wood

📋 copy color: '#AC8059'

red 172 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #AC8059

Tints of Medium Wood #AC8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 44.22%
G = 32.9%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC8059 (or 0xAC8059) is known color: Medium Wood. HEX triplet: AC, 80 and 59. RGB value is (172,128,89). Sum of RGB (Red+Green+Blue) = 172+128+89=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8059 is #537FA6. Grayscale: #888888. Windows color (decimal): -5472167 or 5865644. OLE color: 5865644.

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

Color convert

RGB 172 128 89 -
CMYK 0 0.26 0.48 0.33
HSL 28.19º 0.33% 0.51% -
HSV(B) 28.19º 0.48% 0.67% -
XYZ 26.54 24.93 12.86 -
YUV 136.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 172 128 89 0 0.26 0.48 0.33 28.19 0.33 0.51
Hex AC 80 59 0 1A 30 21 1C 21 33
Octal 254 200 131 0 32 60 41 34 41 63
Binary 10101100 10000000 1011001 0 11010 110000 100001 11100 100001 110011

Color Harmonies of #AC8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8059

Black with #AC8059

Text Example


Text Example

White with #AC8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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