Html Css Color HEX #AC7F6D Medium Wood

📋 copy color: '#AC7F6D'

red 172 ◦ green 127 ◦ blue 109

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

Shades of Medium Wood #AC7F6D

Tints of Medium Wood #AC7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 42.16%
G = 31.13%
B = 26.72%

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

#AC7F6D (or 0xAC7F6D) is known color: Medium Wood. HEX triplet: AC, 7F and 6D. RGB value is (172,127,109). Sum of RGB (Red+Green+Blue) = 172+127+109=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F6D is #538092. Grayscale: #8A8A8A. Windows color (decimal): -5472403 or 7176108. OLE color: 7176108.

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

Color convert

RGB 172 127 109 -
CMYK 0 0.26 0.37 0.33
HSL 17.14º 0.28% 0.55% -
HSV(B) 17.14º 0.37% 0.67% -
XYZ 27.36 25.05 17.86 -
YUV 138.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 172 127 109 0 0.26 0.37 0.33 17.14 0.28 0.55
Hex AC 7F 6D 0 1A 25 21 11 1C 37
Octal 254 177 155 0 32 45 41 21 34 67
Binary 10101100 1111111 1101101 0 11010 100101 100001 10001 11100 110111

Color Harmonies of #AC7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F6D

Black with #AC7F6D

Text Example


Text Example

White with #AC7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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