Html Css Color HEX #AC866B Medium Wood

📋 copy color: '#AC866B'

red 172 ◦ green 134 ◦ blue 107

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

Shades of Medium Wood #AC866B

Tints of Medium Wood #AC866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 41.65%
G = 32.45%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC866B (or 0xAC866B) is known color: Medium Wood. HEX triplet: AC, 86 and 6B. RGB value is (172,134,107). Sum of RGB (Red+Green+Blue) = 172+134+107=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866B is #537994. Grayscale: #8E8E8E. Windows color (decimal): -5470613 or 7046828. OLE color: 7046828.

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

Color convert

RGB 172 134 107 -
CMYK 0 0.22 0.38 0.33
HSL 24.92º 0.28% 0.55% -
HSV(B) 24.92º 0.38% 0.67% -
XYZ 28.19 26.88 17.61 -
YUV 142.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 172 134 107 0 0.22 0.38 0.33 24.92 0.28 0.55
Hex AC 86 6B 0 16 26 21 19 1C 37
Octal 254 206 153 0 26 46 41 31 34 67
Binary 10101100 10000110 1101011 0 10110 100110 100001 11001 11100 110111

Color Harmonies of #AC866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC866B

Black with #AC866B

Text Example


Text Example

White with #AC866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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