Html Css Color HEX #AC8565 Medium Wood

📋 copy color: '#AC8565'

red 172 ◦ green 133 ◦ blue 101

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

Shades of Medium Wood #AC8565

Tints of Medium Wood #AC8565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 42.36%
G = 32.76%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8565 (or 0xAC8565) is known color: Medium Wood. HEX triplet: AC, 85 and 65. RGB value is (172,133,101). Sum of RGB (Red+Green+Blue) = 172+133+101=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8565 is #537A9A. Grayscale: #8D8D8D. Windows color (decimal): -5470875 or 6653356. OLE color: 6653356.

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

Color convert

RGB 172 133 101 -
CMYK 0 0.23 0.41 0.33
HSL 27.04º 0.3% 0.54% -
HSV(B) 27.04º 0.41% 0.67% -
XYZ 27.75 26.49 15.96 -
YUV 141.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 172 133 101 0 0.23 0.41 0.33 27.04 0.3 0.54
Hex AC 85 65 0 17 29 21 1B 1E 36
Octal 254 205 145 0 27 51 41 33 36 66
Binary 10101100 10000101 1100101 0 10111 101001 100001 11011 11110 110110

Color Harmonies of #AC8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8565

Black with #AC8565

Text Example


Text Example

White with #AC8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8565; }

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

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

background-color css

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

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

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

border-color css

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

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

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