Html Css Color HEX #AC8471 Medium Wood

📋 copy color: '#AC8471'

red 172 ◦ green 132 ◦ blue 113

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

Shades of Medium Wood #AC8471

Tints of Medium Wood #AC8471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 41.25%
G = 31.65%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8471 (or 0xAC8471) is known color: Medium Wood. HEX triplet: AC, 84 and 71. RGB value is (172,132,113). Sum of RGB (Red+Green+Blue) = 172+132+113=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8471 is #537B8E. Grayscale: #8D8D8D. Windows color (decimal): -5471119 or 7439532. OLE color: 7439532.

HSL color Cylindrical-coordinate representation of color #AC8471: hue angle of 19.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8471 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 113 -
CMYK 0 0.23 0.34 0.33
HSL 19.32º 0.26% 0.56% -
HSV(B) 19.32º 0.34% 0.67% -
XYZ 28.25 26.47 19.24 -
YUV 141.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 172 132 113 0 0.23 0.34 0.33 19.32 0.26 0.56
Hex AC 84 71 0 17 22 21 13 1A 38
Octal 254 204 161 0 27 42 41 23 32 70
Binary 10101100 10000100 1110001 0 10111 100010 100001 10011 11010 111000

Color Harmonies of #AC8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8471

Black with #AC8471

Text Example


Text Example

White with #AC8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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