Html Css Color HEX #AC806A Medium Wood

📋 copy color: '#AC806A'

red 172 ◦ green 128 ◦ blue 106

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

Shades of Medium Wood #AC806A

Tints of Medium Wood #AC806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 42.36%
G = 31.53%
B = 26.11%

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

#AC806A (or 0xAC806A) is known color: Medium Wood. HEX triplet: AC, 80 and 6A. RGB value is (172,128,106). Sum of RGB (Red+Green+Blue) = 172+128+106=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806A is #537F95. Grayscale: #8A8A8A. Windows color (decimal): -5472150 or 6979756. OLE color: 6979756.

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

Color convert

RGB 172 128 106 -
CMYK 0 0.26 0.38 0.33
HSL 20º 0.28% 0.55% -
HSV(B) 20º 0.38% 0.67% -
XYZ 27.33 25.25 17.07 -
YUV 138.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 172 128 106 0 0.26 0.38 0.33 20 0.28 0.55
Hex AC 80 6A 0 1A 26 21 14 1C 37
Octal 254 200 152 0 32 46 41 24 34 67
Binary 10101100 10000000 1101010 0 11010 100110 100001 10100 11100 110111

Color Harmonies of #AC806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC806A

Black with #AC806A

Text Example


Text Example

White with #AC806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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