Html Css Color HEX #AC866A Medium Wood

📋 copy color: '#AC866A'

red 172 ◦ green 134 ◦ blue 106

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

Shades of Medium Wood #AC866A

Tints of Medium Wood #AC866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 41.75%
G = 32.52%
B = 25.73%

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

#AC866A (or 0xAC866A) is known color: Medium Wood. HEX triplet: AC, 86 and 6A. RGB value is (172,134,106). Sum of RGB (Red+Green+Blue) = 172+134+106=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866A is #537995. Grayscale: #8E8E8E. Windows color (decimal): -5470614 or 6981292. OLE color: 6981292.

HSL color Cylindrical-coordinate representation of color #AC866A: hue angle of 25.45º 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 #AC866A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 106 -
CMYK 0 0.22 0.38 0.33
HSL 25.45º 0.28% 0.55% -
HSV(B) 25.45º 0.38% 0.67% -
XYZ 28.14 26.86 17.34 -
YUV 142.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 172 134 106 0 0.22 0.38 0.33 25.45 0.28 0.55
Hex AC 86 6A 0 16 26 21 19 1C 37
Octal 254 206 152 0 26 46 41 31 34 67
Binary 10101100 10000110 1101010 0 10110 100110 100001 11001 11100 110111

Color Harmonies of #AC866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC866A

Black with #AC866A

Text Example


Text Example

White with #AC866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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