Html Css Color HEX #AC8261 Medium Wood

📋 copy color: '#AC8261'

red 172 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #AC8261

Tints of Medium Wood #AC8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 43.11%
G = 32.58%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC8261 (or 0xAC8261) is known color: Medium Wood. HEX triplet: AC, 82 and 61. RGB value is (172,130,97). Sum of RGB (Red+Green+Blue) = 172+130+97=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8261 is #537D9E. Grayscale: #8A8A8A. Windows color (decimal): -5471647 or 6390444. OLE color: 6390444.

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

Color convert

RGB 172 130 97 -
CMYK 0 0.24 0.44 0.33
HSL 26.4º 0.31% 0.53% -
HSV(B) 26.4º 0.44% 0.67% -
XYZ 27.15 25.6 14.82 -
YUV 138.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 172 130 97 0 0.24 0.44 0.33 26.4 0.31 0.53
Hex AC 82 61 0 18 2C 21 1A 1F 35
Octal 254 202 141 0 30 54 41 32 37 65
Binary 10101100 10000010 1100001 0 11000 101100 100001 11010 11111 110101

Color Harmonies of #AC8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8261

Black with #AC8261

Text Example


Text Example

White with #AC8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8261; }

 p { color: rgb(172,130,97); }

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

background-color css

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

 a { background-color: rgb(172,130,97); }

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

border-color css

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

 span { border-color: rgb(172,130,97); }

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