Html Css Color HEX #AC865E Medium Wood

📋 copy color: '#AC865E'

red 172 ◦ green 134 ◦ blue 94

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

Shades of Medium Wood #AC865E

Tints of Medium Wood #AC865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 43%
G = 33.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC865E (or 0xAC865E) is known color: Medium Wood. HEX triplet: AC, 86 and 5E. RGB value is (172,134,94). Sum of RGB (Red+Green+Blue) = 172+134+94=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865E is #5379A1. Grayscale: #8D8D8D. Windows color (decimal): -5470626 or 6194860. OLE color: 6194860.

HSL color Cylindrical-coordinate representation of color #AC865E: hue angle of 30.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC865E is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 94 -
CMYK 0 0.22 0.45 0.33
HSL 30.77º 0.32% 0.52% -
HSV(B) 30.77º 0.45% 0.67% -
XYZ 27.56 26.63 14.28 -
YUV 140.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 172 134 94 0 0.22 0.45 0.33 30.77 0.32 0.52
Hex AC 86 5E 0 16 2D 21 1F 20 34
Octal 254 206 136 0 26 55 41 37 40 64
Binary 10101100 10000110 1011110 0 10110 101101 100001 11111 100000 110100

Color Harmonies of #AC865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC865E

Black with #AC865E

Text Example


Text Example

White with #AC865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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