Html Css Color HEX #AC8260 Medium Wood

📋 copy color: '#AC8260'

red 172 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #AC8260

Tints of Medium Wood #AC8260

RGB

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

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

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

R = 43.22%
G = 32.66%
B = 24.12%

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

#AC8260 (or 0xAC8260) is known color: Medium Wood. HEX triplet: AC, 82 and 60. RGB value is (172,130,96). Sum of RGB (Red+Green+Blue) = 172+130+96=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8260 is #537D9F. Grayscale: #8A8A8A. Windows color (decimal): -5471648 or 6324908. OLE color: 6324908.

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

Color convert

RGB 172 130 96 -
CMYK 0 0.24 0.44 0.33
HSL 26.84º 0.31% 0.53% -
HSV(B) 26.84º 0.44% 0.67% -
XYZ 27.11 25.58 14.58 -
YUV 138.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 172 130 96 0 0.24 0.44 0.33 26.84 0.31 0.53
Hex AC 82 60 0 18 2C 21 1B 1F 35
Octal 254 202 140 0 30 54 41 33 37 65
Binary 10101100 10000010 1100000 0 11000 101100 100001 11011 11111 110101

Color Harmonies of #AC8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8260

Black with #AC8260

Text Example


Text Example

White with #AC8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8260; }

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

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

background-color css

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

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

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

border-color css

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

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

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