Html Css Color HEX #AC7C6C Medium Wood

📋 copy color: '#AC7C6C'

red 172 ◦ green 124 ◦ blue 108

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

Shades of Medium Wood #AC7C6C

Tints of Medium Wood #AC7C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 42.57%
G = 30.69%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC7C6C (or 0xAC7C6C) is known color: Medium Wood. HEX triplet: AC, 7C and 6C. RGB value is (172,124,108). Sum of RGB (Red+Green+Blue) = 172+124+108=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C6C is #538393. Grayscale: #888888. Windows color (decimal): -5473172 or 7109804. OLE color: 7109804.

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

Color convert

RGB 172 124 108 -
CMYK 0 0.28 0.37 0.33
HSL 15º 0.28% 0.55% -
HSV(B) 15º 0.37% 0.67% -
XYZ 26.93 24.27 17.45 -
YUV 136.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 172 124 108 0 0.28 0.37 0.33 15 0.28 0.55
Hex AC 7C 6C 0 1C 25 21 F 1C 37
Octal 254 174 154 0 34 45 41 17 34 67
Binary 10101100 1111100 1101100 0 11100 100101 100001 1111 11100 110111

Color Harmonies of #AC7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C6C

Black with #AC7C6C

Text Example


Text Example

White with #AC7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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