Html Css Color HEX #AC836E Medium Wood

📋 copy color: '#AC836E'

red 172 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #AC836E

Tints of Medium Wood #AC836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 41.65%
G = 31.72%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC836E (or 0xAC836E) is known color: Medium Wood. HEX triplet: AC, 83 and 6E. RGB value is (172,131,110). Sum of RGB (Red+Green+Blue) = 172+131+110=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC836E is #537C91. Grayscale: #8C8C8C. Windows color (decimal): -5471378 or 7242668. OLE color: 7242668.

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

Color convert

RGB 172 131 110 -
CMYK 0 0.24 0.36 0.33
HSL 20.32º 0.27% 0.55% -
HSV(B) 20.32º 0.36% 0.67% -
XYZ 27.94 26.13 18.32 -
YUV 140.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 172 131 110 0 0.24 0.36 0.33 20.32 0.27 0.55
Hex AC 83 6E 0 18 24 21 14 1B 37
Octal 254 203 156 0 30 44 41 24 33 67
Binary 10101100 10000011 1101110 0 11000 100100 100001 10100 11011 110111

Color Harmonies of #AC836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC836E

Black with #AC836E

Text Example


Text Example

White with #AC836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC836E; }

 p { color: rgb(172,131,110); }

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

background-color css

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

 a { background-color: rgb(172,131,110); }

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

border-color css

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

 span { border-color: rgb(172,131,110); }

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