Html Css Color HEX #AC845F Medium Wood

📋 copy color: '#AC845F'

red 172 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #AC845F

Tints of Medium Wood #AC845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 43.11%
G = 33.08%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC845F (or 0xAC845F) is known color: Medium Wood. HEX triplet: AC, 84 and 5F. RGB value is (172,132,95). Sum of RGB (Red+Green+Blue) = 172+132+95=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845F is #537BA0. Grayscale: #8B8B8B. Windows color (decimal): -5471137 or 6259884. OLE color: 6259884.

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

Color convert

RGB 172 132 95 -
CMYK 0 0.23 0.45 0.33
HSL 28.83º 0.32% 0.52% -
HSV(B) 28.83º 0.45% 0.67% -
XYZ 27.33 26.1 14.42 -
YUV 139.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 172 132 95 0 0.23 0.45 0.33 28.83 0.32 0.52
Hex AC 84 5F 0 17 2D 21 1D 20 34
Octal 254 204 137 0 27 55 41 35 40 64
Binary 10101100 10000100 1011111 0 10111 101101 100001 11101 100000 110100

Color Harmonies of #AC845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC845F

Black with #AC845F

Text Example


Text Example

White with #AC845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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