Html Css Color HEX #AC8468 Medium Wood

📋 copy color: '#AC8468'

red 172 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #AC8468

Tints of Medium Wood #AC8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 42.16%
G = 32.35%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8468 (or 0xAC8468) is known color: Medium Wood. HEX triplet: AC, 84 and 68. RGB value is (172,132,104). Sum of RGB (Red+Green+Blue) = 172+132+104=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8468 is #537B97. Grayscale: #8C8C8C. Windows color (decimal): -5471128 or 6849708. OLE color: 6849708.

HSL color Cylindrical-coordinate representation of color #AC8468: hue angle of 24.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8468 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 104 -
CMYK 0 0.23 0.40 0.33
HSL 24.71º 0.29% 0.54% -
HSV(B) 24.71º 0.4% 0.67% -
XYZ 27.76 26.27 16.7 -
YUV 140.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 172 132 104 0 0.23 0.40 0.33 24.71 0.29 0.54
Hex AC 84 68 0 17 28 21 19 1D 36
Octal 254 204 150 0 27 50 41 31 35 66
Binary 10101100 10000100 1101000 0 10111 101000 100001 11001 11101 110110

Color Harmonies of #AC8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8468

Black with #AC8468

Text Example


Text Example

White with #AC8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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