Html Css Color HEX #AC7E6D Medium Wood

📋 copy color: '#AC7E6D'

red 172 ◦ green 126 ◦ blue 109

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

Shades of Medium Wood #AC7E6D

Tints of Medium Wood #AC7E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 42.26%
G = 30.96%
B = 26.78%

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

#AC7E6D (or 0xAC7E6D) is known color: Medium Wood. HEX triplet: AC, 7E and 6D. RGB value is (172,126,109). Sum of RGB (Red+Green+Blue) = 172+126+109=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6D is #538192. Grayscale: #898989. Windows color (decimal): -5472659 or 7175852. OLE color: 7175852.

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

Color convert

RGB 172 126 109 -
CMYK 0 0.27 0.37 0.33
HSL 16.19º 0.28% 0.55% -
HSV(B) 16.19º 0.37% 0.67% -
XYZ 27.23 24.8 17.82 -
YUV 137.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 172 126 109 0 0.27 0.37 0.33 16.19 0.28 0.55
Hex AC 7E 6D 0 1B 25 21 10 1C 37
Octal 254 176 155 0 33 45 41 20 34 67
Binary 10101100 1111110 1101101 0 11011 100101 100001 10000 11100 110111

Color Harmonies of #AC7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E6D

Black with #AC7E6D

Text Example


Text Example

White with #AC7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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