Html Css Color HEX #AC845E Medium Wood

📋 copy color: '#AC845E'

red 172 ◦ green 132 ◦ blue 94

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

Shades of Medium Wood #AC845E

Tints of Medium Wood #AC845E

RGB

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

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

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

R = 43.22%
G = 33.17%
B = 23.62%

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

#AC845E (or 0xAC845E) is known color: Medium Wood. HEX triplet: AC, 84 and 5E. RGB value is (172,132,94). Sum of RGB (Red+Green+Blue) = 172+132+94=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845E is #537BA1. Grayscale: #8B8B8B. Windows color (decimal): -5471138 or 6194348. OLE color: 6194348.

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

Color convert

RGB 172 132 94 -
CMYK 0 0.23 0.45 0.33
HSL 29.23º 0.32% 0.52% -
HSV(B) 29.23º 0.45% 0.67% -
XYZ 27.28 26.08 14.19 -
YUV 139.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 172 132 94 0 0.23 0.45 0.33 29.23 0.32 0.52
Hex AC 84 5E 0 17 2D 21 1D 20 34
Octal 254 204 136 0 27 55 41 35 40 64
Binary 10101100 10000100 1011110 0 10111 101101 100001 11101 100000 110100

Color Harmonies of #AC845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC845E

Black with #AC845E

Text Example


Text Example

White with #AC845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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