Html Css Color HEX #AC8465 Medium Wood

📋 copy color: '#AC8465'

red 172 ◦ green 132 ◦ blue 101

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

Shades of Medium Wood #AC8465

Tints of Medium Wood #AC8465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 42.47%
G = 32.59%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8465 (or 0xAC8465) is known color: Medium Wood. HEX triplet: AC, 84 and 65. RGB value is (172,132,101). Sum of RGB (Red+Green+Blue) = 172+132+101=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8465 is #537B9A. Grayscale: #8C8C8C. Windows color (decimal): -5471131 or 6653100. OLE color: 6653100.

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

Color convert

RGB 172 132 101 -
CMYK 0 0.23 0.41 0.33
HSL 26.2º 0.3% 0.54% -
HSV(B) 26.2º 0.41% 0.67% -
XYZ 27.61 26.21 15.92 -
YUV 140.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 172 132 101 0 0.23 0.41 0.33 26.2 0.3 0.54
Hex AC 84 65 0 17 29 21 1A 1E 36
Octal 254 204 145 0 27 51 41 32 36 66
Binary 10101100 10000100 1100101 0 10111 101001 100001 11010 11110 110110

Color Harmonies of #AC8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8465

Black with #AC8465

Text Example


Text Example

White with #AC8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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