Html Css Color HEX #AC8665 Medium Wood

📋 copy color: '#AC8665'

red 172 ◦ green 134 ◦ blue 101

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

Shades of Medium Wood #AC8665

Tints of Medium Wood #AC8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

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

R = 42.26%
G = 32.92%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8665 (or 0xAC8665) is known color: Medium Wood. HEX triplet: AC, 86 and 65. RGB value is (172,134,101). Sum of RGB (Red+Green+Blue) = 172+134+101=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8665 is #53799A. Grayscale: #8D8D8D. Windows color (decimal): -5470619 or 6653612. OLE color: 6653612.

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

Color convert

RGB 172 134 101 -
CMYK 0 0.22 0.41 0.33
HSL 27.89º 0.3% 0.54% -
HSV(B) 27.89º 0.41% 0.67% -
XYZ 27.89 26.76 16.01 -
YUV 141.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 172 134 101 0 0.22 0.41 0.33 27.89 0.3 0.54
Hex AC 86 65 0 16 29 21 1C 1E 36
Octal 254 206 145 0 26 51 41 34 36 66
Binary 10101100 10000110 1100101 0 10110 101001 100001 11100 11110 110110

Color Harmonies of #AC8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8665

Black with #AC8665

Text Example


Text Example

White with #AC8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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