Html Css Color HEX #AC806B Medium Wood

📋 copy color: '#AC806B'

red 172 ◦ green 128 ◦ blue 107

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

Shades of Medium Wood #AC806B

Tints of Medium Wood #AC806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 42.26%
G = 31.45%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC806B (or 0xAC806B) is known color: Medium Wood. HEX triplet: AC, 80 and 6B. RGB value is (172,128,107). Sum of RGB (Red+Green+Blue) = 172+128+107=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806B is #537F94. Grayscale: #8A8A8A. Windows color (decimal): -5472149 or 7045292. OLE color: 7045292.

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

Color convert

RGB 172 128 107 -
CMYK 0 0.26 0.38 0.33
HSL 19.38º 0.28% 0.55% -
HSV(B) 19.38º 0.38% 0.67% -
XYZ 27.39 25.27 17.34 -
YUV 138.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 172 128 107 0 0.26 0.38 0.33 19.38 0.28 0.55
Hex AC 80 6B 0 1A 26 21 13 1C 37
Octal 254 200 153 0 32 46 41 23 34 67
Binary 10101100 10000000 1101011 0 11010 100110 100001 10011 11100 110111

Color Harmonies of #AC806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC806B

Black with #AC806B

Text Example


Text Example

White with #AC806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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