Html Css Color HEX #AC7E6C Medium Wood

📋 copy color: '#AC7E6C'

red 172 ◦ green 126 ◦ blue 108

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

Shades of Medium Wood #AC7E6C

Tints of Medium Wood #AC7E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.03%

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

R = 42.36%
G = 31.03%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC7E6C (or 0xAC7E6C) is known color: Medium Wood. HEX triplet: AC, 7E and 6C. RGB value is (172,126,108). Sum of RGB (Red+Green+Blue) = 172+126+108=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6C is #538193. Grayscale: #898989. Windows color (decimal): -5472660 or 7110316. OLE color: 7110316.

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

Color convert

RGB 172 126 108 -
CMYK 0 0.27 0.37 0.33
HSL 16.88º 0.28% 0.55% -
HSV(B) 16.88º 0.37% 0.67% -
XYZ 27.18 24.78 17.54 -
YUV 137.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 172 126 108 0 0.27 0.37 0.33 16.88 0.28 0.55
Hex AC 7E 6C 0 1B 25 21 11 1C 37
Octal 254 176 154 0 33 45 41 21 34 67
Binary 10101100 1111110 1101100 0 11011 100101 100001 10001 11100 110111

Color Harmonies of #AC7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E6C

Black with #AC7E6C

Text Example


Text Example

White with #AC7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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