Html Css Color HEX #AC8563 Medium Wood

📋 copy color: '#AC8563'

red 172 ◦ green 133 ◦ blue 99

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

Shades of Medium Wood #AC8563

Tints of Medium Wood #AC8563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 99 (39.06% from 255) = 24.5%

R = 42.57%
G = 32.92%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC8563 (or 0xAC8563) is known color: Medium Wood. HEX triplet: AC, 85 and 63. RGB value is (172,133,99). Sum of RGB (Red+Green+Blue) = 172+133+99=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8563 is #537A9C. Grayscale: #8C8C8C. Windows color (decimal): -5470877 or 6522284. OLE color: 6522284.

HSL color Cylindrical-coordinate representation of color #AC8563: hue angle of 27.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8563 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 99 -
CMYK 0 0.23 0.42 0.33
HSL 27.95º 0.31% 0.53% -
HSV(B) 27.95º 0.42% 0.67% -
XYZ 27.65 26.45 15.45 -
YUV 140.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 172 133 99 0 0.23 0.42 0.33 27.95 0.31 0.53
Hex AC 85 63 0 17 2A 21 1C 1F 35
Octal 254 205 143 0 27 52 41 34 37 65
Binary 10101100 10000101 1100011 0 10111 101010 100001 11100 11111 110101

Color Harmonies of #AC8563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8563

Black with #AC8563

Text Example


Text Example

White with #AC8563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8563; }

 p { color: rgb(172,133,99); }

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

background-color css

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

 a { background-color: rgb(172,133,99); }

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

border-color css

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

 span { border-color: rgb(172,133,99); }

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