Html Css Color HEX #AC866E Medium Wood

📋 copy color: '#AC866E'

red 172 ◦ green 134 ◦ blue 110

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

Shades of Medium Wood #AC866E

Tints of Medium Wood #AC866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 41.35%
G = 32.21%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC866E (or 0xAC866E) is known color: Medium Wood. HEX triplet: AC, 86 and 6E. RGB value is (172,134,110). Sum of RGB (Red+Green+Blue) = 172+134+110=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866E is #537991. Grayscale: #8E8E8E. Windows color (decimal): -5470610 or 7243436. OLE color: 7243436.

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

Color convert

RGB 172 134 110 -
CMYK 0 0.22 0.36 0.33
HSL 23.23º 0.27% 0.55% -
HSV(B) 23.23º 0.36% 0.67% -
XYZ 28.35 26.95 18.46 -
YUV 142.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 172 134 110 0 0.22 0.36 0.33 23.23 0.27 0.55
Hex AC 86 6E 0 16 24 21 17 1B 37
Octal 254 206 156 0 26 44 41 27 33 67
Binary 10101100 10000110 1101110 0 10110 100100 100001 10111 11011 110111

Color Harmonies of #AC866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC866E

Black with #AC866E

Text Example


Text Example

White with #AC866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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