Html Css Color HEX #AC866F Medium Wood

📋 copy color: '#AC866F'

red 172 ◦ green 134 ◦ blue 111

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

Shades of Medium Wood #AC866F

Tints of Medium Wood #AC866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 41.25%
G = 32.13%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC866F (or 0xAC866F) is known color: Medium Wood. HEX triplet: AC, 86 and 6F. RGB value is (172,134,111). Sum of RGB (Red+Green+Blue) = 172+134+111=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866F is #537990. Grayscale: #8E8E8E. Windows color (decimal): -5470609 or 7308972. OLE color: 7308972.

HSL color Cylindrical-coordinate representation of color #AC866F: hue angle of 22.62º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC866F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 111 -
CMYK 0 0.22 0.35 0.33
HSL 22.62º 0.27% 0.55% -
HSV(B) 22.62º 0.35% 0.67% -
XYZ 28.41 26.97 18.75 -
YUV 142.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 172 134 111 0 0.22 0.35 0.33 22.62 0.27 0.55
Hex AC 86 6F 0 16 23 21 17 1B 37
Octal 254 206 157 0 26 43 41 27 33 67
Binary 10101100 10000110 1101111 0 10110 100011 100001 10111 11011 110111

Color Harmonies of #AC866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC866F

Black with #AC866F

Text Example


Text Example

White with #AC866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC866F; }

 p { color: rgb(172,134,111); }

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

background-color css

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

 a { background-color: rgb(172,134,111); }

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

border-color css

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

 span { border-color: rgb(172,134,111); }

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