Html Css Color HEX #AC806F Medium Wood

📋 copy color: '#AC806F'

red 172 ◦ green 128 ◦ blue 111

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

Shades of Medium Wood #AC806F

Tints of Medium Wood #AC806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 41.85%
G = 31.14%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC806F (or 0xAC806F) is known color: Medium Wood. HEX triplet: AC, 80 and 6F. RGB value is (172,128,111). Sum of RGB (Red+Green+Blue) = 172+128+111=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806F is #537F90. Grayscale: #8B8B8B. Windows color (decimal): -5472145 or 7307436. OLE color: 7307436.

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

Color convert

RGB 172 128 111 -
CMYK 0 0.26 0.35 0.33
HSL 16.72º 0.27% 0.55% -
HSV(B) 16.72º 0.35% 0.67% -
XYZ 27.6 25.36 18.48 -
YUV 139.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 172 128 111 0 0.26 0.35 0.33 16.72 0.27 0.55
Hex AC 80 6F 0 1A 23 21 11 1B 37
Octal 254 200 157 0 32 43 41 21 33 67
Binary 10101100 10000000 1101111 0 11010 100011 100001 10001 11011 110111

Color Harmonies of #AC806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC806F

Black with #AC806F

Text Example


Text Example

White with #AC806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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