Html Css Color HEX #AC856D Medium Wood

📋 copy color: '#AC856D'

red 172 ◦ green 133 ◦ blue 109

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

Shades of Medium Wood #AC856D

Tints of Medium Wood #AC856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 41.55%
G = 32.13%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC856D (or 0xAC856D) is known color: Medium Wood. HEX triplet: AC, 85 and 6D. RGB value is (172,133,109). Sum of RGB (Red+Green+Blue) = 172+133+109=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC856D is #537A92. Grayscale: #8E8E8E. Windows color (decimal): -5470867 or 7177644. OLE color: 7177644.

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

Color convert

RGB 172 133 109 -
CMYK 0 0.23 0.37 0.33
HSL 22.86º 0.28% 0.55% -
HSV(B) 22.86º 0.37% 0.67% -
XYZ 28.16 26.65 18.13 -
YUV 141.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 172 133 109 0 0.23 0.37 0.33 22.86 0.28 0.55
Hex AC 85 6D 0 17 25 21 17 1C 37
Octal 254 205 155 0 27 45 41 27 34 67
Binary 10101100 10000101 1101101 0 10111 100101 100001 10111 11100 110111

Color Harmonies of #AC856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC856D

Black with #AC856D

Text Example


Text Example

White with #AC856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC856D; }

 p { color: rgb(172,133,109); }

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

background-color css

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

 a { background-color: rgb(172,133,109); }

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

border-color css

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

 span { border-color: rgb(172,133,109); }

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