Html Css Color HEX #AC806E Medium Wood

📋 copy color: '#AC806E'

red 172 ◦ green 128 ◦ blue 110

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

Shades of Medium Wood #AC806E

Tints of Medium Wood #AC806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

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

R = 41.95%
G = 31.22%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC806E (or 0xAC806E) is known color: Medium Wood. HEX triplet: AC, 80 and 6E. RGB value is (172,128,110). Sum of RGB (Red+Green+Blue) = 172+128+110=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806E is #537F91. Grayscale: #8B8B8B. Windows color (decimal): -5472146 or 7241900. OLE color: 7241900.

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

Color convert

RGB 172 128 110 -
CMYK 0 0.26 0.36 0.33
HSL 17.42º 0.27% 0.55% -
HSV(B) 17.42º 0.36% 0.67% -
XYZ 27.55 25.33 18.19 -
YUV 139.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 172 128 110 0 0.26 0.36 0.33 17.42 0.27 0.55
Hex AC 80 6E 0 1A 24 21 11 1B 37
Octal 254 200 156 0 32 44 41 21 33 67
Binary 10101100 10000000 1101110 0 11010 100100 100001 10001 11011 110111

Color Harmonies of #AC806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC806E

Black with #AC806E

Text Example


Text Example

White with #AC806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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