Html Css Color HEX #AC806C Medium Wood

📋 copy color: '#AC806C'

red 172 ◦ green 128 ◦ blue 108

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

Shades of Medium Wood #AC806C

Tints of Medium Wood #AC806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 42.16%
G = 31.37%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC806C (or 0xAC806C) is known color: Medium Wood. HEX triplet: AC, 80 and 6C. RGB value is (172,128,108). Sum of RGB (Red+Green+Blue) = 172+128+108=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806C is #537F93. Grayscale: #8B8B8B. Windows color (decimal): -5472148 or 7110828. OLE color: 7110828.

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

Color convert

RGB 172 128 108 -
CMYK 0 0.26 0.37 0.33
HSL 18.75º 0.28% 0.55% -
HSV(B) 18.75º 0.37% 0.67% -
XYZ 27.44 25.29 17.62 -
YUV 138.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 172 128 108 0 0.26 0.37 0.33 18.75 0.28 0.55
Hex AC 80 6C 0 1A 25 21 13 1C 37
Octal 254 200 154 0 32 45 41 23 34 67
Binary 10101100 10000000 1101100 0 11010 100101 100001 10011 11100 110111

Color Harmonies of #AC806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC806C

Black with #AC806C

Text Example


Text Example

White with #AC806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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