Html Css Color HEX #AC8160 Medium Wood

📋 copy color: '#AC8160'

red 172 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #AC8160

Tints of Medium Wood #AC8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 43.32%
G = 32.49%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC8160 (or 0xAC8160) is known color: Medium Wood. HEX triplet: AC, 81 and 60. RGB value is (172,129,96). Sum of RGB (Red+Green+Blue) = 172+129+96=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8160 is #537E9F. Grayscale: #8A8A8A. Windows color (decimal): -5471904 or 6324652. OLE color: 6324652.

HSL color Cylindrical-coordinate representation of color #AC8160: hue angle of 26.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8160 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 96 -
CMYK 0 0.25 0.44 0.33
HSL 26.05º 0.31% 0.53% -
HSV(B) 26.05º 0.44% 0.67% -
XYZ 26.97 25.32 14.53 -
YUV 138.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 172 129 96 0 0.25 0.44 0.33 26.05 0.31 0.53
Hex AC 81 60 0 19 2C 21 1A 1F 35
Octal 254 201 140 0 31 54 41 32 37 65
Binary 10101100 10000001 1100000 0 11001 101100 100001 11010 11111 110101

Color Harmonies of #AC8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8160

Black with #AC8160

Text Example


Text Example

White with #AC8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8160; }

 p { color: rgb(172,129,96); }

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

background-color css

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

 a { background-color: rgb(172,129,96); }

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

border-color css

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

 span { border-color: rgb(172,129,96); }

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