Html Css Color HEX #AC7F6E Medium Wood

📋 copy color: '#AC7F6E'

red 172 ◦ green 127 ◦ blue 110

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

Shades of Medium Wood #AC7F6E

Tints of Medium Wood #AC7F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 42.05%
G = 31.05%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC7F6E (or 0xAC7F6E) is known color: Medium Wood. HEX triplet: AC, 7F and 6E. RGB value is (172,127,110). Sum of RGB (Red+Green+Blue) = 172+127+110=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F6E is #538091. Grayscale: #8A8A8A. Windows color (decimal): -5472402 or 7241644. OLE color: 7241644.

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

Color convert

RGB 172 127 110 -
CMYK 0 0.26 0.36 0.33
HSL 16.45º 0.27% 0.55% -
HSV(B) 16.45º 0.36% 0.67% -
XYZ 27.42 25.08 18.15 -
YUV 138.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 172 127 110 0 0.26 0.36 0.33 16.45 0.27 0.55
Hex AC 7F 6E 0 1A 24 21 10 1B 37
Octal 254 177 156 0 32 44 41 20 33 67
Binary 10101100 1111111 1101110 0 11010 100100 100001 10000 11011 110111

Color Harmonies of #AC7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F6E

Black with #AC7F6E

Text Example


Text Example

White with #AC7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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