Html Css Color HEX #AC8466 Medium Wood

📋 copy color: '#AC8466'

red 172 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #AC8466

Tints of Medium Wood #AC8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 102 (40.23% from 255) = 25.12%

R = 42.36%
G = 32.51%
B = 25.12%

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

#AC8466 (or 0xAC8466) is known color: Medium Wood. HEX triplet: AC, 84 and 66. RGB value is (172,132,102). Sum of RGB (Red+Green+Blue) = 172+132+102=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8466 is #537B99. Grayscale: #8C8C8C. Windows color (decimal): -5471130 or 6718636. OLE color: 6718636.

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

Color convert

RGB 172 132 102 -
CMYK 0 0.23 0.41 0.33
HSL 25.71º 0.3% 0.54% -
HSV(B) 25.71º 0.41% 0.67% -
XYZ 27.66 26.23 16.18 -
YUV 140.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 172 132 102 0 0.23 0.41 0.33 25.71 0.3 0.54
Hex AC 84 66 0 17 29 21 1A 1E 36
Octal 254 204 146 0 27 51 41 32 36 66
Binary 10101100 10000100 1100110 0 10111 101001 100001 11010 11110 110110

Color Harmonies of #AC8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8466

Black with #AC8466

Text Example


Text Example

White with #AC8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8466; }

 p { color: rgb(172,132,102); }

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

background-color css

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

 a { background-color: rgb(172,132,102); }

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

border-color css

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

 span { border-color: rgb(172,132,102); }

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